webpack-bundle-compare/webpack.production.js

6 строки
96 B
JavaScript

module.exports = {
...require('./webpack.config'),
mode: 'production',
devtool: false,
};