Skip to content
New issue

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

vue-loader options might get lost for template compiler in webpack 4 #2029

Closed
xanf opened this issue Mar 12, 2023 · 0 comments · Fixed by #2030 or Shoutzor/frontend#147 · May be fixed by YoutacRandS-VA/NativeScript#3 or YoutacRandS-VA/RSSHub-Radar#4

Comments

@xanf
Copy link
Contributor

xanf commented Mar 12, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment