From 159aa6662266c1145dc616bec583d9c0383958e5 Mon Sep 17 00:00:00 2001 From: Avi Haiat Date: Mon, 19 Sep 2016 15:10:57 +0300 Subject: [PATCH] fix(app): Fix webpack HtmlwebpackPlugin --- generators/app/templates/webpack.config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/generators/app/templates/webpack.config.js b/generators/app/templates/webpack.config.js index c329661..7cc7be4 100644 --- a/generators/app/templates/webpack.config.js +++ b/generators/app/templates/webpack.config.js @@ -286,10 +286,7 @@ module.exports = { title: 'App - ' + target, baseUrl: '/', template: 'index.html', - inject: 'body', - chunks: ['common', 'vendor', 'bundle'], - chunksSortMode: orderByList(['common', 'vendor', 'bundle']) - + inject: 'body' }), new CopyWebpackPlugin(isTargetIonic2(target) ? [{