Преглед на файлове

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: [