Skip to content

Commit

Permalink
fix: regeneratorRuntime is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed Apr 11, 2021
1 parent 1023bcd commit 5a4b01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const getBabelOptions = ({ useESModules }, targets) => ({
plugins: [
'@babel/plugin-proposal-class-properties',
'@babel/plugin-proposal-optional-chaining',
['@babel/transform-runtime', { regenerator: false, useESModules }],
['@babel/transform-runtime'],
],
})

Expand Down

0 comments on commit 5a4b01e

Please sign in to comment.