Skip to content

Commit

Permalink
fix: add __nuxt & __layout to whitelist (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmarrec authored and manniL committed Apr 4, 2019
1 parent a73cd9b commit d1fbe53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function nuxtPurgeCss(moduleOptions) {
'plugins/**/*.js'
],
styleExtensions: ['.css'],
whitelist: ['body', 'html', 'nuxt-progress'],
whitelist: ['body', 'html', 'nuxt-progress', '__nuxt', '__layout'],
whitelistPatterns: [],
whitelistPatternsChildren: [],
extractors: [
Expand Down

0 comments on commit d1fbe53

Please sign in to comment.