We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vuetify Version: 2.4.5 Vue Version: 2.6.12 Browsers: Chrome 88.0.4324.182 OS: Linux x86_64
Installed preset shall run as normal without any errors
When we run the development server we are getting error of prependData.
https://github.com/jd-0001/vuetify-preset
When I checked the webpack config I guess we shall use additionalData instead of prependData.
The text was updated successfully, but these errors were encountered:
Migrating this to the proper repo.
Sorry, something went wrong.
It looks as though #211 fixed this - making those same changes fixed the issue for me.
The issue seems to be that the presets depend on cli-plugin-utils version 0.0.7, but the fix is not there until 0.0.9.
cli-plugin-utils
0.0.7
0.0.9
Unsure how to test this properly, but I think this is the fix: #256
ElijahKotyluk
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 2.4.5
Vue Version: 2.6.12
Browsers: Chrome 88.0.4324.182
OS: Linux x86_64
Steps to reproduce
Expected Behavior
Installed preset shall run as normal without any errors
Actual Behavior
When we run the development server we are getting error of prependData.
Reproduction Link
https://github.com/jd-0001/vuetify-preset
Other comments
When I checked the webpack config I guess we shall use additionalData instead of prependData.
The text was updated successfully, but these errors were encountered: