Explorar o código

Bail on a failed webpack build in tests

Steven Silvester %!s(int64=8) %!d(string=hai) anos
pai
achega
bfca320c51
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: [