Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Commit

Permalink
webpack config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Shibata committed Nov 25, 2017
1 parent 2864d76 commit 82797d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ const nodeExternals = require('webpack-node-externals')

module.exports = {
entry: {
index:'./src/index'
index: [
'regenerator-runtime/runtime',
'./src/index'
]
},
watch: false,
context: __dirname,
Expand Down

0 comments on commit 82797d0

Please sign in to comment.