mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
14 lines
156 B
Plaintext
14 lines
156 B
Plaintext
|
{
|
||
|
"sourceMaps": "inline",
|
||
|
"plugins": [
|
||
|
"styled-components"
|
||
|
],
|
||
|
"env": {
|
||
|
"test": {
|
||
|
"presets": [
|
||
|
"react-app"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|