We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--dry-run
importmap:require
1 parent 0df58ea commit 2243ab9Copy full SHA for 2243ab9
frontend/asset_mapper.rst
@@ -215,6 +215,11 @@ to add any `npm package`_:
215
216
$ php bin/console importmap:require bootstrap
217
218
+.. tip::
219
+
220
+ The command takes the well-know ``--dry-run`` option to simulate the installation of the packages, useful
221
+ to show what will be installed without altering anything.
222
223
This adds the ``bootstrap`` package to your ``importmap.php`` file::
224
225
// importmap.php
0 commit comments