retry last

This commit is contained in:
Collin Barrett 2018-02-17 16:03:54 -06:00
parent 15305143d8
commit 768c29b02c

View file

@ -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")
]),