Преглед изворни кода

Bail on a failed webpack build in tests

Steven Silvester пре 8 година
родитељ
комит
bfca320c51
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      test/webpack.conf.js

+ 1 - 0
test/webpack.conf.js

@@ -7,6 +7,7 @@ module.exports = {
     filename: "bundle.js",
     publicPath: "./test/build/"
   },
+  bail: true,
   devtool: 'inline-source-map',
   module: {
     loaders: [