Closed dylano closed 2 years ago
Need to look into the Netlify failures. Probably need some updates to the config there following the vite
build changes. Command line build does seem to work ok:
vite v3.1.6 building for production...
✓ 1452 modules transformed.
build/index.html 1.32 KiB
build/assets/index.230f9aa8.css 2.85 KiB / gzip: 1.11 KiB
build/assets/index.acc64b85.js 623.92 KiB / gzip: 207.76 KiB
(!) Some chunks are larger than 500 KiB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/guide/en/#outputmanualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
✨ Done in 2.55s.
Resolved Netlify issues by updating config:
package.json
yarn && yarn build
(npm was throwing due to missing peer dependencies)Fixes #103
Kitchen sink updates: