Closed
Description
Hot reload does not work when you create new project with quasar create
with TypeScript support.
Tried creating a new project without TypeScript and hot reload work out-of-the-box as expected.
To Reproduce
Steps to reproduce the behavior:
quasar create test-quasar-ts
quasar dev
- Edit index.vue and save
- Observe the change in browser - nothing changes
Expected behavior
Hot reload should work and reflect changes on the fly
Platform (please complete the following information):
Quasar Version: 1.2.1
@quasar/app Version: 2.0.4
Quasar mode:
- [ X ] SPA
- SSR
- PWA
- Electron
- Cordova
- Capacitor
- BEX
Tested on:
- [ X ] SPA
- SSR
- PWA
- Electron
- Cordova
- Capacitor
- BEX
OS: Windows_NT(10.0.18363) - win32/x64
Node: 14.17.0
NPM: 7.7.6
Yarn: 1.21.1
Browsers: Chrome Version 92.0.4515.159 (Official Build) (64-bit)
iOS:
Android:
Electron:
Additional context
It works fine when I do quasar create
but not selecting TypeScript support.