Skip to content

fix: do not treat css and assets as chunk

Chunks will contain information on its static and dynamic imports (both are keys that map to the corresponding chunk in the manifest), and also its corresponding CSS and asset files (if any).

See: https://vitejs.dev/guide/backend-integration

Closes #3390965

Edited by Jasper Zonneveld

Merge request reports