mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
It made debugging harder and I don't think it's currently worth the tradeoff. In future we might bring it back conditionally (e.g. prod builds only).
12 lines
215 B
JSON
12 lines
215 B
JSON
{
|
|
"presets": [
|
|
["@babel/preset-env", { "targets": { "esmodules": true } } ]
|
|
],
|
|
"comments": false,
|
|
"overrides": [
|
|
{
|
|
"test": [ "./src/server/pages/**" ],
|
|
"presets": [ "preact" ]
|
|
}
|
|
]
|
|
} |