enrecipes/webpack.config.js

7 lines
133 B
JavaScript
Raw Normal View History

2021-04-14 09:45:18 +00:00
const webpack = require('@nativescript/webpack')
2020-09-15 11:10:16 +00:00
2021-03-23 06:16:25 +00:00
module.exports = (env) => {
2021-04-14 09:45:18 +00:00
webpack.init(env)
return webpack.resolveConfig()
}