enrecipes/webpack.config.js
vishnuraghavb 6fd6b006ba test build
2021-04-14 19:08:22 +05:30

7 lines
133 B
JavaScript

const webpack = require('@nativescript/webpack')
module.exports = (env) => {
webpack.init(env)
return webpack.resolveConfig()
}