Added babel polyfill and lodash
This commit is contained in:
@@ -9,6 +9,7 @@ productionWebpackConfig = Object.assign(commonWebpackConfig, {
|
||||
cache: true,
|
||||
devtool: 'cheap-module-source-map',
|
||||
entry: [
|
||||
'babel-polyfill',
|
||||
'babel-regenerator-runtime',
|
||||
'./src/index',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user