mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Revert "try resolveExtensions with purifycss for react support"
This reverts commit d434ae0a84.
This commit is contained in:
parent
d434ae0a84
commit
fee80fe0d9
1 changed files with 0 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue