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) ? [{