Documenting the WebpackEncoreBundle caching option

This commit is contained in:
Ryan Weaver
2019-03-01 11:29:49 -05:00
parent d9dc7a8ff5
commit d716ac872a
@@ -2,3 +2,7 @@ webpack_encore:
# The path where Encore is building the assets.
# This should match Encore.setOutputPath() in webpack.config.js.
output_path: '%kernel.project_dir%/public/build'
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
# Available in version 1.2
#cache: '%kernel.debug%'