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

If user requires file inside a already required file, changing the new file does not reload the server properly #26

Closed
saurabhdaware opened this issue Jun 8, 2020 · 0 comments · Fixed by #20
Assignees
Labels
bug Something isn't working
Milestone

Comments

@saurabhdaware
Copy link
Member

Describe the bug
If a.js is required in b.js, and user changes a.js, the server does not fetch the new version (because of the old version being in require cache)

Expected behavior
Changing any file should reload the server and fetch the latest version of the file.

@saurabhdaware saurabhdaware added the bug Something isn't working label Jun 8, 2020
@saurabhdaware saurabhdaware added this to the v1.0.0 milestone Jun 8, 2020
@saurabhdaware saurabhdaware self-assigned this Jun 8, 2020
@saurabhdaware saurabhdaware mentioned this issue Jun 10, 2020
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant