mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 18:46:40 +03:00
26 lines
1.2 KiB
JSON
26 lines
1.2 KiB
JSON
{
|
|
"manifests": {
|
|
"symfony/webpack-encore-pack": {
|
|
"manifest": {
|
|
"gitignore": [
|
|
"/node_modules/",
|
|
"/%PUBLIC_DIR%/build/",
|
|
"npm-debug.log",
|
|
"yarn-error.log"
|
|
],
|
|
"post-install-output": [
|
|
"<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</>"
|
|
]
|
|
},
|
|
"files": [],
|
|
"ref": "e18b0c550c3ee79142dc314b3e38193caafe4bb5"
|
|
}
|
|
}
|
|
}
|