Webpack now fails on error

This commit is contained in:
József Farkas
2016-08-15 22:13:28 +02:00
parent ee5eb29f2a
commit 1cb95840c9
4 changed files with 12 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
// var webpack = require("webpack");
var SvgStore = require('webpack-svgstore-plugin');
var webpackFailPlugin = require('webpack-fail-plugin');
module.exports = {
entry: ['es6-shim', 'zone.js', 'reflect-metadata', './src/boot.ts'],
@@ -57,7 +58,8 @@ module.exports = {
]
}
}
)
),
webpackFailPlugin
]
}