We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aecd1cf commit 38902a5Copy full SHA for 38902a5
configuration.rst
@@ -465,8 +465,9 @@ files directly in the ``config/packages/`` directory.
465
when@test:
466
webpack_encore:
467
strict_mode: false
468
-
469
- # you can use "Yaml anchors" to share config between multiple environments (make "test" config identical to "prod")
+
+ # YAML syntax allows to reuse contents using "anchors" (&some_name) and "aliases" (*some_name).
470
+ # In this example, 'test' configuration uses the exact same configuration as in 'prod'
471
when@prod: &webpack_prod
472
473
# ...
0 commit comments