0fc136c6ae
and updated all other dependencies
16 lines
261 B
Plaintext
16 lines
261 B
Plaintext
{
|
|
"sourceMaps": "both",
|
|
"presets": [
|
|
"react",
|
|
"es2015"
|
|
],
|
|
"plugins": [
|
|
"styled-components",
|
|
"transform-exponentiation-operator",
|
|
"syntax-async-functions",
|
|
["transform-object-rest-spread", {
|
|
"useBuiltIns": true
|
|
}]
|
|
]
|
|
}
|