Skip to content

Commit

Permalink
(Merge branch) Navigation: added missing packages to vendor bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
vasansr committed Dec 23, 2016
2 parents 6e27278 + f30dd31 commit d5e7da4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ const webpack = require('webpack');
module.exports = {
entry: {
app: './src/App.jsx',
vendor: ['react', 'react-dom', 'whatwg-fetch'],
vendor: [
'react', 'react-dom', 'react-router', 'react-bootstrap', 'react-router-bootstrap',
'whatwg-fetch', 'babel-polyfill',
],
},
output: {
path: './static',
Expand Down

0 comments on commit d5e7da4

Please sign in to comment.