bundles check (#2612)

bundles check service
This commit is contained in:
Eugenio Romano
2017-11-06 23:38:29 +00:00
committed by GitHub
parent f9b8d9f0eb
commit 406b2833bb
9 changed files with 250 additions and 85 deletions

View File

@@ -29,7 +29,7 @@ const ENV = process.env.NODE_ENV = process.env.ENV = 'production';
module.exports = {
devtool: 'cheap-module-source-map',
devtool: 'source-map',
resolveLoader: {
alias: {
@@ -177,8 +177,6 @@ module.exports = {
new webpack.NoEmitOnErrorsPlugin(),
new webpack.BannerPlugin(fs.readFileSync(path.resolve(__dirname, './assets/license_header_add.txt'), 'utf8')),
new webpack.ContextReplacementPlugin(
/angular(\\|\/)core(\\|\/)@angular/,
helpers.root('./src'),