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

Fix Webpack 'vue-loader' Module not found error #3275

Merged

Conversation

BrandonSurowiec
Copy link
Contributor

Every time that I upgrade one of my older projects to Laravel Mix 6 I have run into this MODULE_NOT_FOUND bug due to version 15.9.7 of vue-loader being installed. This bumps the default version of vue-loader for Vue 2 to 15.9.8.

Version 15.9.7 has a bug where Webpack cannot find the module:
vuejs/vue-loader#1859

Version 15.9.8 fixes that:
https://github.com/vuejs/vue-loader/releases?q=v15.9.8&expanded=true

Version 15.9.7 has a bug where Webpack cannot find the module: vuejs/vue-loader#1859

I have run into this MODULE_NOT_FOUND bug just about every time that I upgrade one of my older projects to Laravel Mix 6. Version 15.9.8 fixes that: https://github.com/vuejs/vue-loader/releases?q=v15.9.8&expanded=true
@thecrypticace thecrypticace merged commit 5e27356 into laravel-mix:master Jun 9, 2022
@thecrypticace
Copy link
Collaborator

Thanks!

@BrandonSurowiec BrandonSurowiec deleted the fix-default-vue-loader branch June 9, 2022 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants