Skip to content

Commit b456ec2

Browse files
committed
chore(package.json): rm sourcemap generation flag
1 parent 3ae4346 commit b456ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"build": "tsc",
99
"format": "prettier-standard --format",
10-
"package": "ncc build --source-map --license licenses.txt",
10+
"package": "ncc build --license licenses.txt",
1111
"test": "jest",
1212
"all": "npm run build && npm test && npm run package"
1313
},

0 commit comments

Comments
 (0)