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

Prevent to add hash to referenced files inside CSS #223

Open
stefanobartoletti opened this issue Sep 15, 2022 · 1 comment
Open

Prevent to add hash to referenced files inside CSS #223

stefanobartoletti opened this issue Sep 15, 2022 · 1 comment

Comments

@stefanobartoletti
Copy link

I'm trying to correclty import a SVG inside a CSS file, this is what I'm doing in my source file:

ul {
  list-style-image: url('../img/check.svg');
}

and this is what I get as a output:

ul {
  list-style-image: url("./check-0ecf99f0.svg");
}

I need to reference the file without the hash, just by its simple name check.svg, how can I correctly do so?

@j5bot
Copy link

j5bot commented Oct 12, 2022

I think you would use a function in rollup's assetFileNames output option: https://rollupjs.org/guide/en/#outputassetfilenames

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants