Update webpack cli

[MAILPOET-3658]
This commit is contained in:
Rostislav Wolny
2021-06-29 11:08:28 +02:00
committed by Veljko V
parent f79c6e58f2
commit ea695ad5d1
4 changed files with 569 additions and 1529 deletions

View File

@@ -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,