Skip to content

Commit

Permalink
Remove annoying Laravel Mix successful build notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolstyi authored Apr 10, 2019
1 parent c507049 commit 205db12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ let mix = require('laravel-mix');
|
*/

mix.disableSuccessNotifications();

mix.copyDirectory('resources/img', 'public/img')
.js('resources/js/admin/admin.js', 'public/js')
.sass('resources/sass/admin.scss', 'public/css')
Expand Down

0 comments on commit 205db12

Please sign in to comment.