-
Notifications
You must be signed in to change notification settings - Fork 91
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
webpack 5 support #136
Comments
anyone knows a workaround for this ? |
Based on the changes on vue-loader, I also modified the plugin.js and created a plugin-webpack4 and plugin-webpack5 and it seems to work at first sight. So, is there already someone in the process of fixing this? Is there an official fix pendig? |
If you've made the changes already feel free to open a pull request. |
Add webpack 5 support #160 |
Any news on this?, this would be useful since webpack 5 has inbuilt support for yarn2's pnp |
@grbd The last commit was 3 months ago, perhaps author is currently busy with the transition to version 3 and cannot accept pull requests |
I think I'll need to go back to webpack4 anyways since there's some issues when using web-dev-server with webpack5 in combination with yarn v2 pnp |
I want to use this with the new Laravel Mix 6 and webpack 5 support is needed. |
@alekbless take the lib folder from the branch add-webpack5-support |
Both of these PRs have been merged and released. |
Hi guys. Is there any change to get this done? It seems much easier to switch to any other lib than to wait here. Vue added support of WP5 long time ago. Libs should follow as soon as possible. We invested quite a lot to develop our apps using vuetify and now we're just stuck... |
is there any progress? |
If I want to use the new es feature, I will have to update vue/cli to version 5, because webpack 4 has issues that prevent vue/cli4 from using these features, e.g. But vuetify only supports webpack4, so it's hard to keep up with modern development. |
I installed vue cli 5 (webpack v5) and added vuetify, which prompts an error and I had to use the compatibility solution (installing webpack v4 again) to get it to work: https://github.com/vuejs/vue-cli/releases/tag/v5.0.0-alpha.0 |
I have a PR #166 which is working for me, it mimics to the |
@awill1988 did you check this with laravel mix? |
I did not |
@awill1988 are the custom variables working from webpack config? :o |
I'm not sure I'm about to publish an example with Vue2 Vuetify with module federation so that is my focus.. this seemed like the easiest lift |
v1.7.0 has been published as |
Create a new issue for that! With a reproduction repro! |
@tux2nicolae Could you link back to this issue if you create a new issue? Just so I can follow the progress as well. :) |
@stefanKuijers Actually I didn't created a new issues as the problem may be fixed in |
HI , Iam using
is it possible for me to update to webpack 5? or webpack 4? which one is better? |
resolves vuetifyjs#136
In webpack/webpack#9138, the RuleSet class being used in lib/plugin.js has been refactored and no longer exists. This makes webpack 5 throw a MODULE_NOT_FOUND error when trying to build.
The text was updated successfully, but these errors were encountered: