Commit 89bcbbbe by Jonathan Reinink

Fix whitelisting of nprogress

1 parent b6504013
Showing with 1 additions and 1 deletions
...@@ -27,7 +27,7 @@ mix.js('resources/js/app.js', 'public/js') ...@@ -27,7 +27,7 @@ mix.js('resources/js/app.js', 'public/js')
purgecss({ purgecss({
content: ['./resources/views/**/*.blade.php', './resources/js/**/*.vue'], content: ['./resources/views/**/*.blade.php', './resources/js/**/*.vue'],
defaultExtractor: content => content.match(/[\w-/:.]+(?<!:)/g) || [], defaultExtractor: content => content.match(/[\w-/:.]+(?<!:)/g) || [],
whitelist: ['nprogress'], whitelistPatternsChildren: [/nprogress/],
}), }),
] : [], ] : [],
], ],
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!