2016-02-25 00:45:56 -08:00
|
|
|
{
|
2017-06-12 17:59:58 -07:00
|
|
|
"presets": [["es2015", { "modules": false }], "stage-1", "react"],
|
|
|
|
"plugins": [
|
|
|
|
"react-hot-loader/babel",
|
|
|
|
"lodash",
|
|
|
|
["babel-plugin-transform-builtin-extend", {
|
|
|
|
"globals": ["Error"]
|
|
|
|
}],
|
|
|
|
]
|
2016-02-25 00:45:56 -08:00
|
|
|
}
|