Skip to content

Commit f5eb128

Browse files
committed
fix: Source Maps should not be shipped in NPM package (#1540)
1 parent d7f73c2 commit f5eb128

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@
9797
"webpack-cli": "^5.1.4"
9898
},
9999
"files": [
100-
"/dist/alphaTab*",
100+
"/dist/alphaTab*.js",
101+
"/dist/alphaTab*.mjs",
102+
"/dist/alphaTab*.ts",
101103
"/dist/font/Bravura.*",
102104
"/dist/font/Bravura*.txt",
103105
"/dist/font/*.txt",

0 commit comments

Comments
 (0)