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][3.5.6] Disabling utility class generates warning #19321

Closed
ikuosaito1989 opened this issue Mar 3, 2024 · 1 comment
Closed

[Bug Report][3.5.6] Disabling utility class generates warning #19321

ikuosaito1989 opened this issue Mar 3, 2024 · 1 comment
Labels
duplicate The issue has already been reported

Comments

@ikuosaito1989
Copy link

ikuosaito1989 commented Mar 3, 2024

Environment

Vuetify Version: 3.5.6
Vue Version: 3.4.19
Browsers: Chrome 122.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

  1. Clone git@github.com:ikuosaito1989/nuxt3-template.git
  2. bun install
  3. bun dev

Expected Behavior

Disable utility classes and no warnings.

Actual Behavior

Disabling the utility class will result in the following warning

Sourcemap for "plugin-vuetify:components/VLayout/VLayout.sass" points to missing source files
...
[Vue Router warn]: No match found for location with path "/_nuxt/%EF%BF%BDplugin-vuetify:components/VBtn/VBtn.sass"

Reproduction Link

https://github.com/ikuosaito1989/nuxt3-template

Other comments

Disabling sourcemap is a workaround, but I don't think it is a fundamental solution.
I also want to disable TailwindCSS so that it does not conflict with TailwindCSS
sourcemap

sourcemap: {
    server: false,
    client: false,
},
@KaelWD
Copy link
Member

KaelWD commented Mar 4, 2024

@KaelWD KaelWD closed this as not planned Won't fix, can't repro, duplicate, stale Mar 4, 2024
@KaelWD KaelWD added the duplicate The issue has already been reported label Mar 4, 2024
@github-actions github-actions bot removed the S: triage label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate The issue has already been reported
Projects
None yet
Development

No branches or pull requests

2 participants