This commit is contained in:
Eugene Pankov
2019-02-09 22:10:42 +01:00
parent 168e6f17dc
commit 9cdcc8d8e5
12 changed files with 15 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ module.exports = {
preload: path.resolve(__dirname, 'src/entry.preload.ts'),
bundle: path.resolve(__dirname, 'src/entry.ts'),
},
mode: process.env.DEV ? 'development' : 'production',
mode: process.env.TERMINUS_DEV ? 'development' : 'production',
optimization:{
minimize: false,
},