-
Notifications
You must be signed in to change notification settings - Fork 916
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
TypeError: Cannot assign to read only property '0' of string 'vue-loader' #1256
Comments
Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you! |
same problem. Need answers, not authoritarian bots. |
@sgehrman or maybe you can try to respect the issue requirements and follow the instructions? |
I think the solution is to use "loader" instead of "use" for single loader strings I had: but should have had use is for arrays, loader is for a single string it seems based on my quick googling. Was that so hard? Did it really require two closed issues, codepen repros, and telling me to respect the rules?? Sorry, I didn't have helicopter parents. I'm not brainwashed to blindly follow authority and ridiculous rules that make no sense. |
@sgehrman please don't ever come back. |
@sgehrman It's not about authority, it's about respecting the rules set by the maintainers who spent time working on something and giving it to you for free, who have to deal with hundreds of issues every week, and had to set down these rules to be able to stay efficient and sane. If you can't deal with it, go use whatever other software that solves your problems. I don't need users like you. |
After the update to Webpack 4 (4.6) the webpack build fails with the following error right on start of the process:
If I remove the
VueLoaderPlugin
from my plugins the build runs till the vue files needs to be parsed.Corresponding webpack config:
The text was updated successfully, but these errors were encountered: