mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-21 05:11:38 +02:00
Fixed infinite loop when running 'npm run watch'
This commit is contained in:
@@ -6,7 +6,11 @@ module.exports = {
|
||||
mode: 'jit',
|
||||
purge: {
|
||||
mode: 'all',
|
||||
content: ['app/**/*.{js,php,scss,twig}'],
|
||||
content: [
|
||||
'app/resources/**/*.{js,scss}',
|
||||
'app/src/**/*.php',
|
||||
'app/views/**/*.twig',
|
||||
],
|
||||
options: {
|
||||
safelist: ['html', 'body', 'main', 'fab', 'fas', /^hljs/],
|
||||
}
|
||||
|
Reference in New Issue
Block a user