Add missing modes.
This commit is contained in:
parent
d6f895c535
commit
d813bf4c89
@ -8,6 +8,8 @@ const helpers = require('./helpers');
|
||||
module.exports = webpackMerge(commonConfig, {
|
||||
devtool: 'cheap-module-eval-source-map',
|
||||
|
||||
mode: 'development',
|
||||
|
||||
output: {
|
||||
path: helpers.root('dist'),
|
||||
publicPath: '/',
|
||||
|
@ -10,6 +10,8 @@ const ENV = process.env.NODE_ENV = process.env.ENV = 'production';
|
||||
module.exports = webpackMerge(commonConfig, {
|
||||
devtool: 'source-map',
|
||||
|
||||
mode: 'production',
|
||||
|
||||
output: {
|
||||
path: helpers.root('dist'),
|
||||
publicPath: '/',
|
||||
|
Loading…
Reference in New Issue
Block a user