Revert "try resolveExtensions with purifycss for react support"

This reverts commit d434ae0a84.
This commit is contained in:
Collin M. Barrett 2018-02-17 16:31:16 -06:00
parent 16a05db8f1
commit 2e301ea9b0

View file

@ -63,7 +63,6 @@ module.exports = (env) => {
new ExtractTextPlugin("site.css"),
new ExtractTextPlugin("vendor.css"),
new PurifyCSSPlugin({
resolveExtensions: [".html"],
paths: glob.sync([
path.join(__dirname, "dist/*.html"),
path.join(__dirname, "src/**/*.js")