Skip to content

Commit a5d43f1

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #591
2 parents 1580d0d + 495abe2 commit a5d43f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

symfony/webpack-encore-bundle/1.0/config/packages/webpack_encore.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ webpack_encore:
88
# if using Encore.enableIntegrityHashes() specify the crossorigin attribute value (default: false, or use 'anonymous' or 'use-credentials')
99
# crossorigin: 'anonymous'
1010

11-
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
11+
# 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
1213
# Available in version 1.2
13-
#cache: '%kernel.debug%'
14+
#cache: 'false'

0 commit comments

Comments
 (0)