jena
jena copied to clipboard
[jena5] Fix deprecation warnings in upcoming Vite release
Change
I cannot recall if these warnings were already present, but I noticed them after upgrading vite to latest available.
The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
(!) Some chunks are larger than 550 kB 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 18.23s
Done in 19.02s.
Are you interested in contributing a pull request for this task?
Yes