mirror of
https://github.com/symfony/recipes.git
synced 2026-09-16 01:26:25 +03:00
8 lines
565 B
Plaintext
8 lines
565 B
Plaintext
<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</>
|