Update webpack cli
[MAILPOET-3658]
This commit is contained in:
committed by
Veljko V
parent
f79c6e58f2
commit
ea695ad5d1
@@ -13,6 +13,7 @@ const baseConfig = {
|
||||
mode: PRODUCTION_ENV ? 'production' : 'development',
|
||||
devtool: PRODUCTION_ENV ? undefined : 'eval-source-map',
|
||||
cache: true,
|
||||
bail: true,
|
||||
context: __dirname,
|
||||
watchOptions: {
|
||||
aggregateTimeout: 300,
|
||||
|
Reference in New Issue
Block a user