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