File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -959,15 +959,16 @@ This option is enabled by default.
959959~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
960960
961961Configure the polyfill for older browsers. By default, the `ES module shim `_ is loaded
962- via a CDN. You can pass the key of an item in ``importmap.php `` or ``false `` to disable
963- the polyfill loading.
962+ via a CDN (i.e. the default value for this setting is `es-module-shims `).
963+ To use a custom polyfill, pass the key of an item in ``importmap.php ``.
964+ To disable the polyfill, pass ``false ``.
964965
965966.. code-block :: yaml
966967
967968 framework :
968969 asset_mapper :
969970 importmap_polyfill : false # disable the shim ...
970- # importmap_polyfill: 'my_import_map ' # ... or pass an importmap name
971+ # importmap_polyfill: 'custom_polyfill ' # ... or pass a key in your importmap.php file
971972
972973 .. tip ::
973974
You can’t perform that action at this time.
0 commit comments