chore: adds sourcemaps for swc register
This commit is contained in:
@@ -21,7 +21,7 @@ process.env.PAYLOAD_CONFIG_PATH = configPath;
|
||||
process.env.PAYLOAD_DROP_DATABASE = 'true';
|
||||
|
||||
swcRegister({
|
||||
sourceMaps: true,
|
||||
sourceMaps: 'inline',
|
||||
jsc: {
|
||||
parser: {
|
||||
syntax: 'typescript',
|
||||
|
||||
Reference in New Issue
Block a user