Skip to content

Commit f17667d

Browse files
Nicolò Maria MezzoperaTheAlexLichter
authored andcommitted
fix: add empty whitelistPatterns and whitelistPatternsChildren (#30)
1 parent ca0268b commit f17667d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/module.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ export default function nuxtPurgeCss(moduleOptions) {
2626
],
2727
styleExtensions: ['.css'],
2828
whitelist: ['body', 'html', 'nuxt-progress'],
29+
whitelistPatterns: [],
30+
whitelistPatternsChildren: [],
2931
extractors: [
3032
{
3133
extractor: class {

0 commit comments

Comments
 (0)