Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hot reloading for development ? #75

Closed
sirramin opened this issue May 6, 2020 · 1 comment
Closed

Hot reloading for development ? #75

sirramin opened this issue May 6, 2020 · 1 comment

Comments

@sirramin
Copy link

sirramin commented May 6, 2020

How can I implement hot reloading in development mode that auto detect every single change in source code and reloads the live project.

@vamcart
Copy link
Member

vamcart commented May 6, 2020

You can't.
Cezerin2-store with SSR - Server Side Rendering.

But we have watchers in package.json

You can use watchers:
npm run build:watch

and any change in files will be compiled "on the fly".

@vamcart vamcart closed this as completed May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants