- fix(app): quasar-inspect always printing "undefined" (#9289)
- Updated to webpack-dev-server v4.0.0-beta.3 -- has breaking changes (quasar.conf.js > devServer >
https: { ca }
becomeshttps: { cacert }
); This also fixes the websocket issue for HMR when on BEX mode. - Fully fixed the HMR issue when on BEX mode.