webpack.config.js 209 B

123456789101112
  1. const webpack = require("@nativescript/webpack");
  2. module.exports = (env) => {
  3. webpack.init(env);
  4. // Learn how to customize:
  5. // https://docs.nativescript.org/webpack
  6. return webpack.resolveConfig();
  7. };