We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b36de4f + d716ac8 commit 8bd4f13Copy full SHA for 8bd4f13
symfony/webpack-encore-bundle/1.0/config/packages/webpack_encore.yaml
@@ -2,3 +2,7 @@ webpack_encore:
2
# The path where Encore is building the assets.
3
# This should match Encore.setOutputPath() in webpack.config.js.
4
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