diff --git a/symfony/webpack-encore-bundle/2.0/package.json b/symfony/webpack-encore-bundle/2.0/package.json index 1d9ddc361..d34029031 100644 --- a/symfony/webpack-encore-bundle/2.0/package.json +++ b/symfony/webpack-encore-bundle/2.0/package.json @@ -6,8 +6,7 @@ "core-js": "^3.38.0", "regenerator-runtime": "^0.13.9", "webpack": "^5.74.0", - "webpack-cli": "^5.1.0", - "webpack-notifier": "^1.15.0" + "webpack-cli": "^5.1.0" }, "license": "UNLICENSED", "private": true, diff --git a/symfony/webpack-encore-bundle/2.0/webpack.config.js b/symfony/webpack-encore-bundle/2.0/webpack.config.js index 97de62c5a..1492f967f 100644 --- a/symfony/webpack-encore-bundle/2.0/webpack.config.js +++ b/symfony/webpack-encore-bundle/2.0/webpack.config.js @@ -37,7 +37,8 @@ Encore * https://symfony.com/doc/current/frontend.html#adding-more-features */ .cleanupOutputBeforeBuild() - .enableBuildNotifications() + // Displays build status system notifications to the user + // .enableBuildNotifications() .enableSourceMaps(!Encore.isProduction()) // enables hashed filenames (e.g. app.abc123.css) .enableVersioning(Encore.isProduction())