8000 fix: include transform-runtime transform · gajus/youtube-player@34afbd6 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 34afbd6

Browse files
committed
fix: include transform-runtime transform
useBuiltIns does not allow to configure just tranform-runtime.
1 parent 255758d commit 34afbd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.babelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"plugins": [
33
"transform-object-rest-spread",
44
"transform-flow-strip-types",
5+
"transform-runtime",
56
"add-module-exports"
67
],
78
"presets": [

0 commit comments

Comments
 (0)
0