14 lines
156 B
Plaintext
14 lines
156 B
Plaintext
|
{
|
||
|
"sourceMaps": "inline",
|
||
|
"plugins": [
|
||
|
"styled-components"
|
||
|
],
|
||
|
"env": {
|
||
|
"test": {
|
||
|
"presets": [
|
||
|
"react-app"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|