build: remove sourceMap
This commit is contained in:
parent
23f5aac113
commit
61a00d7bb8
@ -2,7 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist/",
|
||||
"baseUrl": "./",
|
||||
"sourceMap": true,
|
||||
"sourceMap": false,
|
||||
"allowJs":true,
|
||||
"target": "es6",
|
||||
"module": "ESNext",
|
||||
|
Loading…
Reference in New Issue
Block a user