Skip to content

Commit 73f51aa

Browse files
Trying to turn off babel runtime helpers
1 parent f096bd6 commit 73f51aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

babel.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ module.exports = {
88
],
99
plugins: [
1010
['@babel/plugin-transform-runtime', {
11-
regenerator: true
11+
regenerator: true,
12+
helpers: false,
1213
}],
1314
"babel-plugin-transform-typescript-metadata",
1415
["@babel/plugin-proposal-decorators", { "legacy": true }],

0 commit comments

Comments
 (0)