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
When using vue-loader with huge webpack configuration, sometimes options object inside templateCompiler will be pointing to totally random (at first look) configuration of other loader
This happens only when there are a lot of webpack loader rules, with heavy use of options inside each of them and might appear and go away with subtle changes in webpack configuration (like re-ordering rules)