Skip to content
Snippets Groups Projects
Commit c1b9ae7f authored by Yamagishi Kazutoshi's avatar Yamagishi Kazutoshi Committed by Eugen Rochko
Browse files

Enable useBuiltIns option of transform-object-rest-spread (#3737)

parent dc8a6244
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
],
"plugins": [
"syntax-dynamic-import",
"transform-object-rest-spread",
["transform-object-rest-spread", { "useBuiltIns": true }],
"transform-class-properties",
[
"react-intl",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment