retry last

This commit is contained in:
Collin M. Barrett 2018-02-17 16:03:54 -06:00
parent 6df1539fe9
commit ba4ad08bb4

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