mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
🧑💻(frontend) add Rollup bundle visualizer for dev tooling
Install tooling to visualize the Rollup bundle output. It helps understand precisely what composes our bundle and what is included in each chunk, which is a great help when trying to enhance code splitting. You can see its output running npm run build:debug. Note: the library is not compatible with Node 20, which is the build image we use in Docker to build the frontend, so it will raise a warning in CI. This does not matter much, as it is a dev-only dependency used locally without Docker.
This commit is contained in:
committed by
aleb_the_flash
parent
bf6f7430e7
commit
f8f2ce145b
@@ -83,3 +83,6 @@ docker/livekit/out
|
||||
|
||||
# LiveKit CA configuration
|
||||
docker/livekit/rootCA.pem
|
||||
|
||||
# Frontend rollup-plugin-visualizer
|
||||
/src/frontend/rollup-plugin-visualizer/*
|
||||
|
||||
Reference in New Issue
Block a user