diff --git a/gulpfile.js b/gulpfile.js index 04d02317a3e531d5cf174f86cece0d06ae62895e..bc4399e1f3c9a65535d9b33eda7732ece2c1fa40 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -29,6 +29,7 @@ const postcssPurgecss = require("@fullhuman/postcss-purgecss")({ "./source/**/*.js", "./public/**/*.html", "./public/**/*.js", + "./public/**/*.vue", ], defaultExtractor: (content) => content.match(/[A-Za-z0-9-_:/]+/g) || [], });