mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 09:06:24 +03:00
Add note to enable caching in prod
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user