purifycss-webpack
purifycss-webpack copied to clipboard
UNMAINTAINED, use https://github.com/FullHuman/purgecss-webpack-plugin
Hello, this is my first issue filling. I hope to do it alright. So the problem I've found is that when using the PurifyCSSPlugin I only get on the output...
Using ` "purifycss-webpack": "0.7",` and `"webpack": "2.6.1",` When Compiling with these options ``` new PurifyCSSPlugin({ // Give paths to parse for rules. These should be absolute! paths: _.union(templatesPath, componentsPath), //...
I'm using **typescript, react and webpack** to build projects, and use your purifycss plugin, but it doesn't work. Because I haven't found any example in my situation, therefore, could you...
## Setup I am using the following packages: ``` "bootstrap": "^4.0.0-alpha.6", "purify-css": "^1.2.5", "purifycss-webpack": "^0.7.0", "reactstrap": "^4.8.0", ``` I am importing the bootstrap css in the entry point (index.jsx) by...
I realized that all my separeted files have the same sizes and using the Chrome Coverage option, I saw that I had some classes that I don't use in one...
[email protected] I see that there is a way to provide different paths per entry, but I need to completely disable purifycss for some entries. I have an angular-js app that...
Hi, Webpack 3 have deprecated the `chunk.modules` attribute and when I build I get the following warning from webpack. I'm using `webpack 3.4.1` and `purifycss-webpack 0.7.0`. ``` (node:38535) DeprecationWarning: Chunk.modules...
 1. Check the version of package you are using. If it's not the newest version, update and try again (see changelog while updating!). 2. If the issue is still...
purifycss-webpack: 0.7.0 purify-css: 1.2.5 node v7.5.0 npm 4.1.2 The contenthash is unreliable for cache breaking because it's calculated on the source css, so if the source html changes such that...
I have a number of react apps that use a shared component library. Each app uses a different subset of the shared library. In each apps webpack config I have...