This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Enable useBuiltIns option of transform-object-rest-spread (
#3737
)
closed-social-v3
Yamagishi Kazutoshi
7 years ago
committed by
Eugen Rochko
parent
dc8a6244fc
commit
c1b9ae7fc2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.babelrc
+ 1
- 1
.babelrc
View File
@ -14,7 +14,7 @@
],
"plugins": [
"syntax-dynamic-import",
"transform-object-rest-spread",
[
"transform-object-rest-spread",
{ "useBuiltIns": true }],
"transform-class-properties",
[
"react-intl",
Write
Preview
Loading…
Cancel
Save