Skip to content

Commit 970af7b

Browse files
build: Add configuration for remove sourceMap files from module folder in build
1 parent 25866ea commit 970af7b

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
@@ -67,7 +67,7 @@
6767
"source": "src",
6868
"output": "dist",
6969
"targets": [
70-
"module",
70+
["module", { "sourceMaps": false }],
7171
"typescript"
7272
]
7373
},

0 commit comments

Comments
 (0)