9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
{
|
|
"presets": ["env", "stage-2", "react"],
|
|
"env": {
|
|
"production": {
|
|
"plugins": ["transform-react-remove-prop-types"]
|
|
}
|
|
}
|
|
}
|