Failed to inline CSS files by `options.filter`
aicest opened this issue ยท 3 comments
aicest commented
Reproduce ๐ html-inline-css-webpack-plugin-demo.zip
aimuzov commented
I got same problem.
runjuu commented
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 commented
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