mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
18 lines
343 B
Text
18 lines
343 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"}}]
|
|
]
|
|
}
|
|
}
|
|
}
|