enrecipes/webpack.config.js

8 lines
187 B
JavaScript
Raw Normal View History

2021-04-14 09:45:18 +00:00
const webpack = require('@nativescript/webpack')
const TerserPlugin = require('terser-webpack-plugin')
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()
}