diff options
Diffstat (limited to 'config/webpack.vendor.config.js')
-rw-r--r-- | config/webpack.vendor.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/webpack.vendor.config.js b/config/webpack.vendor.config.js index 90736349d91..7ecb9b06fdd 100644 --- a/config/webpack.vendor.config.js +++ b/config/webpack.vendor.config.js @@ -15,6 +15,9 @@ module.exports = { extensions: ['.js'], }, + // ensure output is not generated when errors are encountered + bail: true, + context: ROOT_PATH, entry: { |