Added babel polyfill and lodash

This commit is contained in:
Jori Lallo
2016-07-23 12:50:48 -07:00
parent 71f68a8af4
commit 2992136fa9
3 changed files with 8 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ productionWebpackConfig = Object.assign(commonWebpackConfig, {
cache: true,
devtool: 'cheap-module-source-map',
entry: [
'babel-polyfill',
'babel-regenerator-runtime',
'./src/index',
],