dylano / tw-reader

A Twitter client inspired by Google Reader
MIT License
1 stars 1 forks source link

Infrastructure updates & upgrades #104

Closed dylano closed 2 years ago

dylano commented 2 years ago

Kitchen sink updates:

dylano commented 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.
dylano commented 2 years ago

Resolved Netlify issues by updating config:

dylano commented 2 years ago

Fixes #103