Add note to enable caching in prod

This commit is contained in:
Pierre du Plessis
2019-05-24 10:08:00 +02:00
committed by GitHub
parent 54f537e31a
commit 495abe23fb
@@ -8,6 +8,7 @@ webpack_encore:
# if using Encore.enableIntegrityHashes() specify the crossorigin attribute value (default: false, or use 'anonymous' or 'use-credentials')
# crossorigin: 'anonymous'
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes).
# To enable caching for the production environment, creating a webpack_encore.yaml in the config/packages/prod directory with this value set to true
# Available in version 1.2
#cache: 'false'