We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bf1b0a + c5d6dbf commit 7c6e98dCopy full SHA for 7c6e98d
docs/source/docs/controlling-file-size.blade.md
@@ -165,7 +165,7 @@ let PurgecssPlugin = require("purgecss-webpack-plugin");
165
// https://github.com/FullHuman/purgecss#extractor
166
class TailwindExtractor {
167
static extract(content) {
168
- return content.match(/[A-z0-9-:\/]+/g);
+ return content.match(/[A-z0-9-:\/]+/g) || [];
169
}
170
171
0 commit comments