chore(vite): add vite-bundle-visualizer
This commit is contained in:
parent
e2ba14583c
commit
ecc847ae3d
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@
|
|||
"postinstall": "patch-package",
|
||||
"test": "vitest",
|
||||
"coverage": "vitest run --coverage",
|
||||
"up": "bunx npm-check-updates --root --format group -i"
|
||||
"up": "bunx npm-check-updates --root --format group -i",
|
||||
"vite-bundle-visualizer": "bunx vite-bundle-visualizer"
|
||||
},
|
||||
"resolutions": {
|
||||
"string-width": "4.2.2",
|
||||
|
|
Loading…
Reference in a new issue