Skip to content

Commit

Permalink
fix(app): Fix webpack HtmlwebpackPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiat committed Sep 19, 2016
1 parent fe6a896 commit 159aa66
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions generators/app/templates/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) ? [{
Expand Down

0 comments on commit 159aa66

Please # to comment.