Fix whitelisting of nprogress
This commit is contained in:
parent
b650401319
commit
89bcbbbe0e
|
@ -27,7 +27,7 @@ mix.js('resources/js/app.js', 'public/js')
|
|||
purgecss({
|
||||
content: ['./resources/views/**/*.blade.php', './resources/js/**/*.vue'],
|
||||
defaultExtractor: content => content.match(/[\w-/:.]+(?<!:)/g) || [],
|
||||
whitelist: ['nprogress'],
|
||||
whitelistPatternsChildren: [/nprogress/],
|
||||
}),
|
||||
] : [],
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue