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.
2 parents 1580d0d + 495abe2 commit a5d43f1Copy full SHA for a5d43f1
symfony/webpack-encore-bundle/1.0/config/packages/webpack_encore.yaml
@@ -8,6 +8,7 @@ webpack_encore:
8
# if using Encore.enableIntegrityHashes() specify the crossorigin attribute value (default: false, or use 'anonymous' or 'use-credentials')
9
# crossorigin: 'anonymous'
10
11
- # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
+ # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes).
12
+ # To enable caching for the production environment, creating a webpack_encore.yaml in the config/packages/prod directory with this value set to true
13
# Available in version 1.2
- #cache: '%kernel.debug%'
14
+ #cache: 'false'
0 commit comments