mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
83b4decc9c
commit
b6418aeeae
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ module.exports = (env) => {
|
|||
new ExtractTextPlugin("site.css"),
|
||||
new ExtractTextPlugin("vendor.css"),
|
||||
new PurifyCSSPlugin({
|
||||
paths: glob.sync([
|
||||
paths: globAll.sync([
|
||||
path.join(__dirname, "dist/*.html"),
|
||||
path.join(__dirname, "src/**/*.js")
|
||||
]),
|
||||
|
|
|
|||
Loading…
Reference in a new issue