Hey thank's again @IngwiePhoenix :) I have a few questions: 1. https://github.com/DragonsInn/bird3-purifycss-webpack-plugin/blob/master/index.js#L34-L48 If I understand well, this will look into webpack compiled files automatically. So do we still need to throw an error when no `paths` are given (https://github.com/DragonsInn/bird3-purifycss-webpack-plugin/blob/master/index.js#L16) ? 2. https://github.com/DragonsInn/bird3-purifycss-webpack-plugin/blob/master/index.js#L28 I think we can drop `merge` dependancy and use `Array.concat` instead. Same here (https://github.com/DragonsInn/bird3-purifycss-webpack-plugin/blob/master/index.js#L22). 3. https://github.com/DragonsInn/bird3-purifycss-webpack-plugin/blob/master/index.js#L39 I think we should use a regex like for webpack loaders it would be more understandable for people, keeps consistency in the webpack community. I will be more than pleased to drop you PR, just need to check these things with you before :+1:
Hey thank's again @IngwiePhoenix :)
I have a few questions:
pathsare given (https://github.com/DragonsInn/bird3-purifycss-webpack-plugin/blob/master/index.js#L16) ?mergedependancy and useArray.concatinstead. Same here (https://github.com/DragonsInn/bird3-purifycss-webpack-plugin/blob/master/index.js#L22).I will be more than pleased to drop you PR, just need to check these things with you before 👍