11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
{
|
|
"presets": [["es2015", { "modules": false }], "stage-1", "react"],
|
|
"plugins": [
|
|
"react-hot-loader/babel",
|
|
"lodash",
|
|
["babel-plugin-transform-builtin-extend", {
|
|
"globals": ["Error"]
|
|
}],
|
|
]
|
|
}
|