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