Closed eltorio closed 2 years ago
Dear Patrick, First thanks a lot for your work. I forked for adapting it to my use. I use it with Vue3 and Purgecss-webpack-plugin.
For having all working together it needs to be run after purgecss-webpack-plugin. But:
//purgecss-webpack-plugin compiler.hooks.compilation //fontmin-webpack compiler.hooks.thisCompilation
So I added a parameter to yours for specifying the hook, default is the old value
Vue can have css in .vue files so I added another parameter for specifying the textRegex. defaulting to the old value. Ronan
Sample added to README.md
Dear Patrick, First thanks a lot for your work. I forked for adapting it to my use. I use it with Vue3 and Purgecss-webpack-plugin.
For having all working together it needs to be run after purgecss-webpack-plugin. But:
So I added a parameter to yours for specifying the hook, default is the old value
Vue can have css in .vue files so I added another parameter for specifying the textRegex. defaulting to the old value. Ronan