16 lines
262 B
Plaintext
16 lines
262 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
"react",
|
||
|
"es2015"
|
||
|
],
|
||
|
"plugins": [
|
||
|
["transform-object-rest-spread", {
|
||
|
"useBuiltIns": true
|
||
|
}],
|
||
|
"add-module-exports",
|
||
|
"transform-es2015-modules-commonjs",
|
||
|
"react-hot-loader/babel"
|
||
|
],
|
||
|
"sourceMaps": "both"
|
||
|
}
|