Closed MatanYadaev closed 6 years ago
same issue for me ubuntu 18.04 node v. 8.11.3 npm 5.6.0 quasar project 0.17.3
edit : fixed by https://github.com/quasarframework/quasar-template-default/issues/10
And they are some official doc here too : https://github.com/quasarframework/quasar-framework.org/pull/206 https://quasar-framework.org/guide/quasar-cli.html
Hi, i have problem with
quasar dev
command when i run the command, everything works fine, but when i change .vue or .scss file content and clickctrl+s
(save), webpack ignore the change and not refreshing the bundle. When i change file name or change file location, it's watching fine, but change file contents - noi tried to create new quasar project, but the issue still happens
i had this issue the past in other os (ubuntu 14.04) but then i just used the
watch-poll
option and it fixed the problem, currently there is no more watch-poll optionubuntu 18.04 node v. 8.11.3 (tried with v10 also) npm 6.2.0 quasar-cli 0.16.4 quasar project 0.16.0
anyone also experience this issue? need help here...