1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Fix sourcemaps

This commit is contained in:
Adria Navarro 2023-05-22 12:06:52 +02:00
parent a24c4eb320
commit 5fd32618be
2 changed files with 4 additions and 10 deletions

View file

@ -6,5 +6,5 @@
"src/**/*.spec.js",
"../backend-core/dist/**/*"
],
"exec": "yarn build && node dist/index.cjs"
"exec": "yarn build && node dist/index.js"
}

View file

@ -21,17 +21,11 @@
"esbuildOptions": {
"outExtension": {
".js": ".js"
}
},
"sourcemap": true
},
"minify": true,
"generatePackageJson": true
},
"configurations": {
"development": {
"minify": false
},
"production": {
"minify": true
}
}
}
}