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
Nah, there was a real issue in browserify-hmr here. Turns out if you do someString.replace(foo, bar), then if bar is a string with $ characters, they get treated specially. The fix was to change bar to be a function that returns a string, which .replace doesn't do anything special with.
Ran into this error:
Turns out there's a bug with the filenames?
Have you considered checksums?
The text was updated successfully, but these errors were encountered: