fix: no .map

fix: no map
This commit is contained in:
imccyu
2026-08-12 02:30:03 +08:00
parent d91180db9a
commit 19303da8de
12 changed files with 57 additions and 74 deletions
+2 -1
View File
@@ -16,7 +16,8 @@
"./package.json": "./package.json"
},
"files": [
"dist"
"dist",
"!dist/**/*.map"
],
"scripts": {
"build": "vite build",