From bfa1141ced6dd0fcb4f7e62dc84123e86891c5ce Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Tue, 28 Nov 2023 14:37:08 +0100 Subject: [PATCH] Removing yarn Page: https://symfony.com/doc/5.4/frontend/encore/advanced-config.html This is just to check if you really want to drop yarn, as discussed in https://github.com/symfony/ux/pull/1200 If you merge it, I will remove all other occurrences :-) --- frontend/encore/advanced-config.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/encore/advanced-config.rst b/frontend/encore/advanced-config.rst index cfe50ee1658..dec07e5d7b9 100644 --- a/frontend/encore/advanced-config.rst +++ b/frontend/encore/advanced-config.rst @@ -105,10 +105,6 @@ prefer to build configs separately, pass the ``--config-name`` option: .. code-block:: terminal - # if you use the Yarn package manager - $ yarn encore dev --config-name firstConfig - - # if you use the npm package manager $ npm run dev -- --config-name firstConfig Next, define the output directories of each build: