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

Ability to have plugin ignore static CSS files in hmr mode #263

Open
mcjfunk opened this issue May 27, 2020 · 0 comments
Open

Ability to have plugin ignore static CSS files in hmr mode #263

mcjfunk opened this issue May 27, 2020 · 0 comments

Comments

@mcjfunk
Copy link

mcjfunk commented May 27, 2020

Thanks for the plugin! I'm hitting an issue with hmr. My base SSR page has a combination of static CSS files that never change and your typical webpack bundled CSS references that do change with code updates. The CSS that never changes contains brand differentiation, so it has to be a link tag, not imported into the JS.

I'm noticing that all css files referenced with <link> tags get a "cache busting" query param appended to them. Is there anyway to tell your plugin to ignore certain <link> tags?

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

1 participant