-
Notifications
You must be signed in to change notification settings - Fork 915
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 asset generator property not supported #1729
Comments
Seems this new property is missing as the rules set right here: vue-loader/src/pluginWebpack5.ts Line 63 in edd1037
|
what's progress of this issue? for
|
Thanks for the bump, just did 2 PRs, for vue-loader v15 and v16. |
…hecks (#1753) close #1729 Co-authored-by: Thorsten Luenborg <[email protected]>
When will it be released? for v16 alpha |
This fixed has not been used in v16? i have tried |
Since we have a regression in the beta.10 release |
It's back in rc.1 |
thanks, it works fine |
Version
16.0.0-beta.8
Reproduction link
https://github.com/kevinvalk/vue-loader-generator-issue
Steps to reproduce
What is expected?
What is actually happening?
This is related to the new feature from webpack 5 called Asset Modules (https://webpack.js.org/guides/asset-modules/)
Whenever I add:
to a rule, vue-loader fails with the error mentioned above.
The text was updated successfully, but these errors were encountered: