17 lines
279 B
Plaintext
17 lines
279 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
["@babel/preset-react", { "runtime": "automatic" }],
|
|
"@babel/preset-typescript"
|
|
],
|
|
"plugins": [
|
|
"react-hot-loader/babel",
|
|
"@babel/plugin-proposal-class-properties"
|
|
],
|
|
"env": {
|
|
"production": {
|
|
"presets": ["minify"]
|
|
}
|
|
}
|
|
}
|