Add to preset-env ES3 transforms for ES3 targets (#9781)
* add to preset-env ES3 transforms for ES3 targets * add `transform-reserved-words` * fix `transform-reserved-words` plugin in `@babel/standalone`
This commit is contained in:
committed by
Nicolò Ribaudo
parent
1f5444e96a
commit
ae9b25ac69
@@ -73,6 +73,7 @@
|
||||
"transform-react-jsx-self",
|
||||
"transform-react-jsx-source",
|
||||
"transform-regenerator",
|
||||
"transform-reserved-words",
|
||||
"transform-runtime",
|
||||
"transform-shorthand-properties",
|
||||
"transform-spread",
|
||||
|
||||
Reference in New Issue
Block a user