Skip to content

Commit 54f537e

Browse files
authored
[WebpackEncoreBundle] Don't use kernel.debug for the cache parameter
1 parent 0068df7 commit 54f537e

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
@@ -10,4 +10,4 @@ webpack_encore:
1010

1111
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
1212
# Available in version 1.2
13-
#cache: '%kernel.debug%'
13+
#cache: 'false'

0 commit comments

Comments
 (0)