-
Notifications
You must be signed in to change notification settings - Fork 916
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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. |
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: