optimized bundle size and dependencies

This commit is contained in:
Jori Lallo
2016-05-03 00:32:40 -07:00
parent 2b849b12c9
commit 5e5f37b3c0
6 changed files with 12 additions and 22 deletions

View File

@ -7,7 +7,6 @@ const developmentWebpackConfig = Object.assign(commonWebpackConfig, {
cache: true,
devtool: 'eval',
entry: [
'babel-polyfill',
'webpack-hot-middleware/client',
'./src/index',
],