d72cead7ff
New options : terserOptions: { output: { ecma: 5, comments: false, ascii_only: true }, parse: { ecma: 8 }, compress: { ecma: 5, warnings: false, comparisons: false }, mangle: { safari10: true } } }
5 lines
157 B
JavaScript
5 lines
157 B
JavaScript
process.env.NODE_ENV = process.env.NODE_ENV || 'production';
|
|
|
|
const environment = require('./environment');
|
|
|
|
module.exports = environment.toWebpackConfig();
|