Skip to content
Snippets Groups Projects
Commit 5b398dcf authored by xaralis's avatar xaralis
Browse files

Fix css purging during prod build

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