Skip to content

Commit

Permalink
fix: add empty whitelistPatterns and whitelistPatternsChildren (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolò Maria Mezzopera authored and manniL committed Jan 21, 2019
1 parent ca0268b commit f17667d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export default function nuxtPurgeCss(moduleOptions) {
],
styleExtensions: ['.css'],
whitelist: ['body', 'html', 'nuxt-progress'],
whitelistPatterns: [],
whitelistPatternsChildren: [],
extractors: [
{
extractor: class {
Expand Down

0 comments on commit f17667d

Please sign in to comment.