enrecipes/webpack.config.js
2021-04-01 17:53:44 +05:30

12 lines
175 B
JavaScript

const webpack = require("@nativescript/webpack");
module.exports = (env) => {
webpack.init(env);
// todo: comments for common usage
return webpack.resolveConfig();
};