Skip to content

Commit d12d59e

Browse files
committed
[changed] Enabled "loose" Babel transpilation
1 parent 64276ae commit d12d59e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.babelrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"stage": 1,
3-
"optional": ["runtime"]
3+
"optional": ["runtime"],
4+
"loose": ["all"]
45
}

0 commit comments

Comments
 (0)