We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm run clear
yarn clear
rm -rf node_modules yarn.lock package-lock.json
dev server's HMR doesn't seem to pick up file changes inside the static folder
static
yes
While the dev server is running
The browser automatically reflects static asset change.
The browser does not auto reflect the change, have to do a manual page refresh.
https://stackblitz.com/edit/github-y6dgvo?file=static/img/logo.svg
The text was updated successfully, but these errors were encountered:
Thanks, we'll handle this after the upgrade of #5420
We currently use an express middleware for the static folder which should probably removed
Sorry, something went wrong.
Fixed in #5420, will be available in next release.
No branches or pull requests
🐛 Bug Report
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
dev server's HMR doesn't seem to pick up file changes inside the
static
folderHave you read the Contributing Guidelines on issues?
yes
Steps to reproduce
While the dev server is running
Expected behavior
The browser automatically reflects static asset change.
Actual behavior
The browser does not auto reflect the change, have to do a manual page refresh.
Your environment
Reproducible demo
https://stackblitz.com/edit/github-y6dgvo?file=static/img/logo.svg
The text was updated successfully, but these errors were encountered: