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

[Bug Report] Vuetify Presets not working #241

Closed
jd-solanki opened this issue Mar 2, 2021 · 3 comments · Fixed by #256
Closed

[Bug Report] Vuetify Presets not working #241

jd-solanki opened this issue Mar 2, 2021 · 3 comments · Fixed by #256
Assignees
Labels
bug Something isn't working

Comments

@jd-solanki
Copy link

Environment

Vuetify Version: 2.4.5
Vue Version: 2.6.12
Browsers: Chrome 88.0.4324.182
OS: Linux x86_64

Steps to reproduce

  1. Clone the repo
  2. yarn
  3. yarn run serve

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.

@MajesticPotatoe
Copy link
Member

Migrating this to the proper repo.

@MajesticPotatoe MajesticPotatoe transferred this issue from vuetifyjs/vuetify Mar 2, 2021
@ElijahKotyluk ElijahKotyluk self-assigned this Mar 4, 2021
@ElijahKotyluk ElijahKotyluk added the bug Something isn't working label Mar 4, 2021
@arrtchiu
Copy link
Contributor

It looks as though #211 fixed this - making those same changes fixed the issue for me.

@arrtchiu
Copy link
Contributor

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.

Unsure how to test this properly, but I think this is the fix: #256

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants