You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2018. It is now read-only.
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 file the information from the first css file I'm requiring in my main entry js file. If I comment it out the and only use the ExtractTextPlugin, the output has all the info needed. Also, if I comment out the requirement of the first css file in my main entry js file, it includes the information of the second one.
Im currently testing using:
webpack: ^3.10.0
extract-text-webpack-plugin: ^3.0.2
purify-css: ^1.2.5
purifycss-webpack: ^0.7.0
Uh oh!
There was an error while loading. Please reload this page.
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 file the information from the first css file I'm requiring in my main entry js file. If I comment it out the and only use the ExtractTextPlugin, the output has all the info needed. Also, if I comment out the requirement of the first css file in my main entry js file, it includes the information of the second one.
Im currently testing using:
webpack: ^3.10.0
extract-text-webpack-plugin: ^3.0.2
purify-css: ^1.2.5
purifycss-webpack: ^0.7.0
webpack.config.js
index.js
The text was updated successfully, but these errors were encountered: