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.
I have a React project (typescript) that bundles to a single JS file including everything. PurifyCSS webpack plugin is not working as expected.
The following is the relevant code of my Webpack config:
This project doesn't have HTML files, only Typescript and Less files.
How to use PurifyCSS in this case? This only works using ExtractTextPlugin?
The text was updated successfully, but these errors were encountered:
sandrocsimas
changed the title
Support for React (typescript) with inline CSS, is it possible?
Support for React (typescript) with inline CSS, is this possible?
May 9, 2018
It seems the plugin only read the output files. Is there a way to use it as a loader?
The purifycss should be applied after "css-loader" of "style-loader".
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
I have a React project (typescript) that bundles to a single JS file including everything. PurifyCSS webpack plugin is not working as expected.
The following is the relevant code of my Webpack config:
This project doesn't have HTML files, only Typescript and Less files.
How to use PurifyCSS in this case? This only works using ExtractTextPlugin?
The text was updated successfully, but these errors were encountered: