Use babel-polyfill in dev
This commit is contained in:
@ -8,6 +8,7 @@ const developmentWebpackConfig = Object.assign(commonWebpackConfig, {
|
|||||||
cache: true,
|
cache: true,
|
||||||
devtool: 'eval',
|
devtool: 'eval',
|
||||||
entry: [
|
entry: [
|
||||||
|
'babel-polyfill',
|
||||||
'babel-regenerator-runtime',
|
'babel-regenerator-runtime',
|
||||||
'webpack-hot-middleware/client',
|
'webpack-hot-middleware/client',
|
||||||
'./frontend/index',
|
'./frontend/index',
|
||||||
|
Reference in New Issue
Block a user