Skip to content

Commit

Permalink
fix(babel): move polyfill to vendor bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
David Zukowski committed Jul 29, 2016
1 parent 3fabc5f commit 9a03e99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const webpackConfig = {
// Entry Points
// ------------------------------------
const APP_ENTRY_PATHS = [
'babel-polyfill',
paths.client('main.js')
]

Expand Down
1 change: 1 addition & 0 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const config = {
colors : true
},
compiler_vendor : [
'babel-polyfill',
'history',
'react',
'react-redux',
Expand Down

0 comments on commit 9a03e99

Please sign in to comment.