quasar: [v1] HMR is slow (~5sec on fresh install)
I have a fresh installation according to the instructions (https://v1.quasar-framework.org/quasar-cli/installation)
Then run quasar dev
And when I change markup in ex. Index.vue in demo project I’ve got freeze for an 5 sec
Terminal Output
WAIT Compiling... 11:53:18
SPA █████████████████████████ [100%] in ~6s
DONE Compiled successfully in 6007ms 11:53:24
It seems that previous build ( ~ quasar - 1.0.0-beta.14) was ok, no freezes
Software version
Operating System - Windows_NT(6.1.7601) - win32/x64
NodeJs - 10.15.3
Global packages
NPM - 6.4.1
yarn - 1.15.2
@quasar/cli - 1.0.0-beta.4
cordova - Not installed
Important local packages
quasar - 1.0.0-beta.18 -- Hig...
@quasar/app - 1.0.0-beta.19 -- Qua...
@quasar/extras - 1.1.1 -- Qua...
vue - 2.6.10 -- Reac...
vue-router - 3.0.6 -- Offic..
vuex - 3.1.0 -- sta...
electron - Not installed
electron-packager - Not installed
electron-builder - Not installed
@babel/core - 7.3.4 -- Ba....
webpack - 4.30.0 -- Pack...
webpack-dev-server - 3.3.1 -- Serv...
workbox-webpack-plugin - 4.3.0 -- A plu...
register-service-worker - 1.6.2 -- Scri...
Quasar App Extensions
*None installed*
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 21 (6 by maintainers)
Commits related to this issue
- perf(quasar/app): Improve build startup, build speed and HMR speed #3966 — committed to quasarframework/quasar by rstoenescu 5 years ago
- perf(quasar/app): Improve build startup, build speed and HMR speed #3966 — committed to mesqueeb/quasar by rstoenescu 5 years ago
@nicholaszuccarelli
hi, you are right I’have roll back to beta16
and I have
just compare with
@latest
versions