mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 04:51:30 +01:00
13 lines
154 B
JSON
13 lines
154 B
JSON
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"next/babel",
|
||
|
{
|
||
|
"styled-jsx": {
|
||
|
"plugins": ["@styled-jsx/plugin-sass"]
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|