From 120db7e52cdc61f0cb0183744e69d3e36490b685 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Tue, 23 May 2017 19:18:55 +0100 Subject: [PATCH] fix prod build demo --- demo-shell-ng2/config/webpack.prod.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/demo-shell-ng2/config/webpack.prod.js b/demo-shell-ng2/config/webpack.prod.js index d2a903ea77..a4b9bb3e44 100644 --- a/demo-shell-ng2/config/webpack.prod.js +++ b/demo-shell-ng2/config/webpack.prod.js @@ -22,19 +22,6 @@ module.exports = webpackMerge(commonConfig, { modules: [helpers.root('node_modules')] }, - module: { - rules: [ - { - test: /\.ts$/, - loader: [ - 'ts-loader', - 'angular2-template-loader' - ], - exclude: [ /node_modules/, /public/, /resources/, /dist/] - } - ] - }, - plugins: [ new webpack.NoEmitOnErrorsPlugin(), new webpack.optimize.UglifyJsPlugin({ // https://github.com/angular/angular/issues/10618