chore: withPayload CJS
This commit is contained in:
15
packages/next/.swcrc-cjs
Normal file
15
packages/next/.swcrc-cjs
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/swcrc",
|
||||
"sourceMaps": true,
|
||||
"jsc": {
|
||||
"target": "esnext",
|
||||
"parser": {
|
||||
"syntax": "typescript",
|
||||
"tsx": true,
|
||||
"dts": true,
|
||||
},
|
||||
},
|
||||
"module": {
|
||||
"type": "commonjs",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user