chore(vite): add vite-bundle-visualizer

This commit is contained in:
Paul Chavard 2024-05-30 11:44:59 +02:00
parent e2ba14583c
commit ecc847ae3d
No known key found for this signature in database

View file

@ -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",