Something changes are not immediately reflected, this may be caused by Parcel V1 (which is being deprecated). If you have this issue please:
- Stop your current dev server (started by
$ flyyer start)
- Remove
.flyyer-* directories: rm -rf .flyyer-*
- Start dev server again
$ flyyer start
We are planing to move to Vite or Parcel V2 in the next major release
EDIT:
PR in process: Use the next version: useflyyer/flyyer-cli#17
Something changes are not immediately reflected, this may be caused by Parcel V1 (which is being deprecated). If you have this issue please:
$ flyyer start).flyyer-*directories:rm -rf .flyyer-*$ flyyer startWe are planing to move to Vite or Parcel V2 in the next major release
EDIT:
PR in process: Use the
nextversion: useflyyer/flyyer-cli#17