No source map register

This commit is contained in:
khai96_ 2020-05-08 13:36:16 +07:00
parent 037b05d7f6
commit 2cdf59c2a3
2 changed files with 2 additions and 3 deletions

3
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"build:ncc": "ncc build --minify --source-map --no-cache dist/tsc/index.js --out dist/",
"build:ncc": "ncc build --minify --no-source-map-register --no-cache dist/tsc/index.js --out dist/",
"build": "tsc && pnpm run build:ncc",
"start": "pnpm run build && sh ./run.sh"
},