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

Asset URLs in CSS files imported with @import rule aren't transformed correctly #1629

Closed
3 tasks done
gryphonmyers opened this issue Jan 21, 2021 · 1 comment
Closed
3 tasks done

Comments

@gryphonmyers
Copy link

gryphonmyers commented Jan 21, 2021

⚠️ IMPORTANT ⚠️ Please check the following list before proceeding. If you ignore this issue template, your issue will be directly closed.

  • Read the docs.
  • Use Vite >=2.0. (1.x is no longer supported)
  • If the issue is related to 1.x -> 2.0 upgrade, read the Migration Guide first.

Describe the bug

Using the @import CSS rule in a Vue component, if there are asset URLs referenced in the imported file, they are transformed incorrectly (and do not resolve when the server is started or the app is built).

Reproduction

https://github.com/gryphonmyers/vite-minimal-repro

System Info

  • vite version: 2.0.0-beta.35
  • Operating System: macos 10.15.7
  • Node version: 14.15.1
  • Package manager (npm/yarn/pnpm) and version: npm 6.14.8
@yyx990803
Copy link
Member

/cc @bompus your PR will need to be rebased for 52ae44f due to the CSS url rewrite changes

@github-actions github-actions bot locked and limited conversation to collaborators Jul 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants