We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4525c1c commit ba3263bCopy full SHA for ba3263b
packages/common/templates/configuration/babelrc/index.js
@@ -145,10 +145,14 @@ const config: ConfigurationFile = {
145
useBuiltIns: true,
146
},
147
],
148
+ 'stage-2',
149
150
plugins: [
151
['transform-cx-jsx'],
152
['transform-react-jsx', { pragma: 'VDOM.createElement' }],
153
+ 'transform-function-bind',
154
+ 'transform-runtime',
155
+ 'transform-regenerator',
156
157
158
null,
0 commit comments