12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
{
|
|
"plugins": [
|
|
"react-hot-loader/babel",
|
|
"transform-decorators-legacy",
|
|
"transform-runtime"
|
|
],
|
|
"presets": [
|
|
["env", { "modules": false }],
|
|
"react",
|
|
"stage-0"
|
|
]
|
|
} |