Skip to content
Snippets Groups Projects
Commit 4f6cb4c5 authored by xaralis's avatar xaralis
Browse files

Make sure to include vue templates for auto purge

parent e7ba4719
No related branches found
No related tags found
No related merge requests found
Pipeline #795 passed
...@@ -29,6 +29,7 @@ const postcssPurgecss = require("@fullhuman/postcss-purgecss")({ ...@@ -29,6 +29,7 @@ const postcssPurgecss = require("@fullhuman/postcss-purgecss")({
"./source/**/*.js", "./source/**/*.js",
"./public/**/*.html", "./public/**/*.html",
"./public/**/*.js", "./public/**/*.js",
"./public/**/*.vue",
], ],
defaultExtractor: (content) => content.match(/[A-Za-z0-9-_:/]+/g) || [], defaultExtractor: (content) => content.match(/[A-Za-z0-9-_:/]+/g) || [],
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment