Skip to content

Commit d716ac8

Browse files
committed
Documenting the WebpackEncoreBundle caching option
1 parent d9dc7a8 commit d716ac8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ webpack_encore:
22
# The path where Encore is building the assets.
33
# This should match Encore.setOutputPath() in webpack.config.js.
44
output_path: '%kernel.project_dir%/public/build'
5+
6+
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
7+
# Available in version 1.2
8+
#cache: '%kernel.debug%'

0 commit comments

Comments
 (0)