Revert "retry last"

This reverts commit 768c29b02c.
This commit is contained in:
Collin M. Barrett 2018-02-17 16:31:20 -06:00
parent 83b4decc9c
commit b6418aeeae

View file

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