@quasar/app v1.5.0 released! Electron preload script support and better /src-ssr code support
-
The stars of this release are: Electron preload script support and better /src-ssr code support. Enjoy!
https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fapp-v1.5.0
New
- feat(app): Electron preload script support #5763 More info
- feat(app): Another Webpack thread on SSR: “Webserver”, for /src-ssr on production only. Allows /src-ssr files to import from other places (like /src/). More info
- feat(app): Make /src/statics folder optional
Fixes
- fix(app): Multiple chunks could potentially emit assets with the same filename #6071
- fix(app): Remove duplicate statement in create-chain