Skip to content

Commit 6ca4895

Browse files
@jotadevelopersergiohgz
authored andcommitted
fix: remove source maps
1 parent df78ede commit 6ca4895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/auth-memory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"type-check:watch": "npm run type-check -- --watch",
6565
"build": "npm run build:types && npm run build:js",
6666
"build:types": "tsc --emitDeclarationOnly",
67-
"build:js": "babel src/ --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
67+
"build:js": "babel src/ --out-dir lib --extensions \".ts,.tsx\"",
6868
"coverage:publish": "codecov"
6969
},
7070
"dependencies": {

0 commit comments

Comments
 (0)