Skip to content

Commit

Permalink
build: use @babel/runtime/regenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed May 3, 2020
1 parent 1c9b429 commit 75e84ba
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 @@ -125,7 +125,7 @@ export const getBabelOptions = ({ useESModules }, targets) => ({
plugins: [
['@babel/plugin-proposal-class-properties', { loose: true }],
['@babel/plugin-proposal-object-rest-spread', { loose: true }],
['@babel/plugin-transform-runtime', { regenerator: false, useESModules }],
['@babel/plugin-transform-runtime', { useESModules }],
],
})

Expand Down

0 comments on commit 75e84ba

Please sign in to comment.