mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
34 lines
No EOL
474 B
Text
34 lines
No EOL
474 B
Text
{
|
|
"presets": [
|
|
"next/babel",
|
|
"@zeit/next-typescript/babel"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"@babel/plugin-transform-runtime",
|
|
{
|
|
"helpers": false
|
|
}
|
|
],
|
|
[
|
|
"styled-components",
|
|
{
|
|
"ssr": true
|
|
}
|
|
],
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"presets": [
|
|
[
|
|
"next/babel",
|
|
{
|
|
"preset-env": {
|
|
"modules": "commonjs"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
} |