runjuu/html-inline-css-webpack-plugin

Failed to inline CSS files by `options.filter`

aicest opened this issue ยท 3 comments

I got same problem.

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.

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