فهرست منبع

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