Update PurgeCss globs
This commit is contained in:
parent
663e9af207
commit
fbf3a0b0f1
|
@ -9,6 +9,7 @@ mix.disableNotifications()
|
|||
.tailwind()
|
||||
.purgeCss({
|
||||
globs: [
|
||||
path.join(__dirname, 'output_*/**/*.{html,js}'),
|
||||
path.join(__dirname, 'assets/js/**/*.{js,vue}'),
|
||||
path.join(__dirname, 'output_*/**/*.html'),
|
||||
],
|
||||
})
|
||||
|
|
Reference in a new issue