sndyuk

Results 17 comments of sndyuk

@mr-httdd > the original argument I get the same thing multiple times I couldn't figured out how it happens since that case should re-use the generated class name here: https://github.com/sndyuk/mangle-css-class-webpack-plugin/blob/master/lib/classGenerator.js#L40-L41...

@surjithctly > It doesn't work without a prefix Please refer the note here: https://github.com/sndyuk/mangle-css-class-webpack-plugin#usage ``` This will replace class name matched regex in HTML, JavaScript, CSS files. Identify the class...

Hmm, it looks HtmlWebpackPlugin doesn't add their html files to the Webpack pipeline. I have an idea something we can do is that adding `externalFiles` option to the plugin then...

@hariroshan It looks nice, thanks! Released the new version, 5.0.9. Please check it out. The diff: https://github.com/sndyuk/mangle-css-class-webpack-plugin/commit/3eeffcefe817eafd321ab545f25c004b796962cb

@eltorio Sorry for the late reply!! I thought the plugin doesn't work well with Vue. Is this different from [the issue](https://github.com/sndyuk/mangle-css-class-webpack-plugin/issues/37)? > I also allow to begin the previous character...

Hi @jilyaluk, it doesn't work at my environment. When the lighthouse doesn't have ipv6 address and the other node has an ipv6 address, the lighthouse show the error: ``` level=error...

@ermaxinc @frog1123 Release the new version(5.0.9) which may fix the issue. Could you check if it works? Here it makes the ClassGenerator Instance singleton. https://github.com/sndyuk/mangle-css-class-webpack-plugin/commit/3eeffcefe817eafd321ab545f25c004b796962cb#diff-cd079ac25597bb2b0b25c925d8be0ad595d5aaacea6b023c3df55e5795c87b3cR87