Skip to content

Commit 75e84ba

Browse files
committed
build: use @babel/runtime/regenerator
Fixes #642 (comment)
1 parent 1c9b429 commit 75e84ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const getBabelOptions = ({ useESModules }, targets) => ({
125125
plugins: [
126126
['@babel/plugin-proposal-class-properties', { loose: true }],
127127
['@babel/plugin-proposal-object-rest-spread', { loose: true }],
128-
['@babel/plugin-transform-runtime', { regenerator: false, useESModules }],
128+
['@babel/plugin-transform-runtime', { useESModules }],
129129
],
130130
})
131131

0 commit comments

Comments
 (0)