mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Merge pull request #990 from symfony/webpack-pack-removal
Remove webpack encore pack recipe
This commit is contained in:
@@ -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</>
|
||||
Reference in New Issue
Block a user