Skip to content

Commit ec846a9

Browse files
committed
add bail: true to webpack config
1 parent 7ab1220 commit ec846a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ function webpackConfig(dir, additionalConfig) {
108108
optimization: {
109109
nodeEnv
110110
},
111+
bail: true,
111112
devtool: false
112113
};
113114
fs.readdirSync(dirPath).forEach(function(file) {

0 commit comments

Comments
 (0)