Fixed infinite loop when running 'npm run watch'

This commit is contained in:
Chris Kankiewicz
2021-06-25 23:52:34 -07:00
parent 79793388c5
commit f6d660a378

View File

@@ -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/],
}