Remove webpack encore pack recipe

This commit is contained in:
Fabien Potencier
2021-08-30 09:01:38 +02:00
parent 5e74696062
commit e1927c2508
2 changed files with 0 additions and 15 deletions
@@ -1,8 +0,0 @@
{
"gitignore": [
"/node_modules/",
"/%PUBLIC_DIR%/build/",
"npm-debug.log",
"yarn-error.log"
]
}
@@ -1,7 +0,0 @@
<bg=yellow;fg=black> </>
<bg=yellow;fg=black> The symfony/webpack-encore-pack is no longer required anymore. Instead, use symfony/webpack-encore-bundle. </>
<bg=yellow;fg=black> </>
* <fg=blue>Instead</>:
1. Remove it now: <comment>composer remove symfony/webpack-encore-pack</>
2. Use Symfony's bridge: <comment>composer require encore</>