CF Functions - Can you test pages functions in dev mode with HMR?
Every time i need to test a local functions in my functions directory I need to
- npm run build
- wrangler pags dev ./dist
I can edit the functions locally, but if I make changes to my client side codebase, i need to build again.
Previously I use to be able to proxy my webpack dev codebase, but this was removed from the latest versions of wrangler for some reason.
Working with pages functions isnt a good experience, I guess I am missing something, and looking for some help. This is about pages functions nto workers directly.
0 Replies