Disable notifications
This commit is contained in:
parent
6b5a551be3
commit
2231deb6f2
|
@ -2,5 +2,6 @@ let mix = require('laravel-mix')
|
|||
|
||||
require('laravel-mix-tailwind')
|
||||
|
||||
mix.postCss('assets/css/app.css', 'source/dist')
|
||||
mix.disableNotifications()
|
||||
.postCss('assets/css/app.css', 'source/dist')
|
||||
.tailwind()
|
||||
|
|
Loading…
Reference in a new issue