From ba4ad08bb4cd0e4d2d6091fcfaccaaa81b5b502b Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 17 Feb 2018 16:03:54 -0600 Subject: [PATCH] retry last --- src/FilterLists.Web/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Web/webpack.config.js b/src/FilterLists.Web/webpack.config.js index b8bf492b8..d23293512 100644 --- a/src/FilterLists.Web/webpack.config.js +++ b/src/FilterLists.Web/webpack.config.js @@ -62,7 +62,7 @@ module.exports = (env) => { new ExtractTextPlugin("site.css"), new ExtractTextPlugin("vendor.css"), new PurifyCSSPlugin({ - paths: globAll.sync([ + paths: glob.sync([ path.join(__dirname, "dist/*.html"), path.join(__dirname, "src/**/*.js") ]),