mirror of
https://github.com/mudita/mudita-center.git
synced 2025-12-23 22:28:03 -05:00
21 lines
256 B
Plaintext
21 lines
256 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@nx/react/babel",
|
|
{
|
|
"runtime": "automatic",
|
|
"useBuiltIns": "usage"
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
[
|
|
"styled-components",
|
|
{
|
|
"pure": true,
|
|
"ssr": true
|
|
}
|
|
]
|
|
]
|
|
}
|