Skip to content

Commit 6fd61db

Browse files
committed
minor #9880 Add composer require symfony/webpack-encore-pack (katsenkatorz, javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- Add composer require symfony/webpack-encore-pack If not using flex <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 22a061b Simplify fa74f26 Add composer require symfony/webpack-encore-pack
2 parents 72667d8 + 22a061b commit 6fd61db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Then, install Encore into your project with Yarn:
2323

2424
.. code-block:: terminal
2525
26-
$ composer require encore
26+
$ composer require symfony/webpack-encore-pack
2727
$ yarn install
2828
2929
This will create a ``webpack.config.js`` file, add the ``assets/`` directory, and add ``node_modules/`` to

0 commit comments

Comments
 (0)