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