diff --git a/webpack.config.prod.js b/webpack.config.prod.js index 1d1d6e179..3753223d6 100644 --- a/webpack.config.prod.js +++ b/webpack.config.prod.js @@ -9,6 +9,7 @@ productionWebpackConfig = Object.assign(commonWebpackConfig, { cache: true, devtool: 'cheap-module-source-map', entry: [ + 'babel-regenerator-runtime', './src/index', ], output: {