mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-25 21:55:42 +08:00
13 lines
250 B
Plaintext
13 lines
250 B
Plaintext
{
|
|
"presets": ["es2015", "es2016", "react"],
|
|
"plugins": ["transform-object-rest-spread"],
|
|
"env": {
|
|
"production": {
|
|
"plugins": [
|
|
"transform-react-constant-elements",
|
|
"transform-react-inline-elements"
|
|
]
|
|
}
|
|
}
|
|
}
|