Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
fix(build): Use new webpack config
Browse files Browse the repository at this point in the history
see #23
  • Loading branch information
hypery2k committed Jan 20, 2017
1 parent 7d01143 commit 27dc480
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions etc/appConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@ var appConfig = {
chunks: {
name: ['polyfills', 'vendor'].reverse()
},
copy: [{
from: path.resolve(sourceRoot, 'img'),
to: 'img'
}, {
from: path.resolve(sourceRoot, 'i18n'),
to: 'i18n'
}],
copy: [],
indexFiles: [{
chunks: ['main', 'polyfills', 'vendor'],
template: path.resolve(sourceRoot, 'index.html'),
Expand Down

0 comments on commit 27dc480

Please sign in to comment.