mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
try resolveExtensions with purifycss for react support
This commit is contained in:
parent
224c08476f
commit
d434ae0a84
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ 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