17 lines
228 B
Plaintext
17 lines
228 B
Plaintext
{
|
|
"presets": [
|
|
"next/babel"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"babel-plugin-styled-components",
|
|
{
|
|
"ssr": true,
|
|
"displayName": true,
|
|
"preprocess": false,
|
|
"pure": true
|
|
}
|
|
]
|
|
]
|
|
}
|