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
I was getting error #WER-E1, so I went investigating, and I found out piece of code starting here can't work with more complicated output.filename rules:
Type:
Environment:
I'm going to open a PR:
Description:
I was getting error #WER-E1, so I went investigating, and I found out piece of code starting here can't work with more complicated output.filename rules:
webpack-extension-reloader/src/utils/manifest.ts
Line 29 in 4f9aa5e
Consider following:
When we reach entries check on line 29, what happens is we will get replace rule
js/.js
, which obviously can't work as expected.I would suggest replacing that check with somethinig like this:
The text was updated successfully, but these errors were encountered: