Skip to content

Commit ffe5137

Browse files
authored
Use boolean instead of string.
1 parent 9126fd7 commit ffe5137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ webpack_encore:
1111
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes).
1212
# To enable caching for the production environment, creating a webpack_encore.yaml in the config/packages/prod directory with this value set to true
1313
# Available in version 1.2
14-
#cache: 'false'
14+
#cache: false

0 commit comments

Comments
 (0)