You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is an issue with riot-hot-reload instead, but posting here since this problem arose when updating riot-tag-loader. Let me know if you'd like me to open this issue in the hot-reload repo instead.
Describe your issue: Whenever there is a change made in a .tag file, Webpack does compile the change, but the hot reload isn't applied to the component. The change is visible only after a manual page refresh. Hot reloading works fine in regular .js files.
Can you reproduce the issue? Yes, even the Webpack example is broken. Steps to reproduce below.
Clone or download the example repo
Go to the Webpack directory
Run npm install -D riot-compiler (since the compiler seems to be missing)
Go to localhost:3000 or localhost:3000/webpack-dev-server to see that the app is running
Change, e.g. the Generate button text to something else in random.tag
Go back to localhost:3000
Nothing changed, but in console there are logs about HMR happening
On which browser/OS does the issue appear? macOS Sierra, Chrome 63
Which version of Riot does it affect? >=3.7.4
How would you tag this issue?
Question
Bug
Discussion
Feature request
Tip
Enhancement
Performance
The text was updated successfully, but these errors were encountered:
Not sure if this is an issue with riot-hot-reload instead, but posting here since this problem arose when updating riot-tag-loader. Let me know if you'd like me to open this issue in the hot-reload repo instead.
Describe your issue: Whenever there is a change made in a
.tag
file, Webpack does compile the change, but the hot reload isn't applied to the component. The change is visible only after a manual page refresh. Hot reloading works fine in regular.js
files.Can you reproduce the issue? Yes, even the Webpack example is broken. Steps to reproduce below.
npm install -D riot-compiler
(since the compiler seems to be missing)localhost:3000
orlocalhost:3000/webpack-dev-server
to see that the app is runningGenerate
button text to something else inrandom.tag
localhost:3000
On which browser/OS does the issue appear? macOS Sierra, Chrome 63
Which version of Riot does it affect? >=3.7.4
How would you tag this issue?
The text was updated successfully, but these errors were encountered: