diff --git a/webpack.mix.js b/webpack.mix.js index 1beb1d62..d078b8db 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -15,6 +15,7 @@ mix.disableNotifications() 'output_*/**/*' ], notify: false, + open: false }) .purgeCss({ folders: ['resources', 'output_*'],