Skip to content

Failed to inline CSS files by options.filter #43

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

Closed
aicest opened this issue Jun 4, 2021 · 3 comments
Closed

Failed to inline CSS files by options.filter #43

aicest opened this issue Jun 4, 2021 · 3 comments
Labels

Comments

@aicest
Copy link

aicest commented Jun 4, 2021

Reproduce 👉 html-inline-css-webpack-plugin-demo.zip

@aimuzov
Copy link

aimuzov commented Jun 15, 2021

I got same problem.

@runjuu
Copy link
Owner

runjuu commented Jun 16, 2021

Hi @aicest, Sorry for the delayed response. The reason it failed was that index.html was also filtered out. You can update the filter to something like /loading|html/.test(fileName) to fix it.

@github-actions
Copy link

Hello 👋, this issue has been opened for more than 2 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like still searching for solutions and if you found one, please open a pull request! You have 7 days until this gets closed automatically

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

No branches or pull requests

3 participants