You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Docker started failling building image with the following warning:
(!) Some chunks are larger than 500 kBs after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
✓ built in 11.44s
To Reproduce
Steps to reproduce the behavior:
Go to frontend/
Run npm run build
See warning
Expected behavior
Currently we have custon vite setting chunkSizeWarningLimit, but we should find an optimal solution.
Screenshots
N/A
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
Docker started failling building image with the following warning:
To Reproduce
Steps to reproduce the behavior:
frontend/
npm run build
Expected behavior
Currently we have custon vite setting
chunkSizeWarningLimit
, but we should find an optimal solution.Screenshots
N/A
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: