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