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 64d4633 + 11c60ac commit 60e91ccCopy full SHA for 60e91cc
symfony/webpack-encore-bundle/1.0/config/packages/prod/webpack_encore.yaml
@@ -0,0 +1,4 @@
1
+#webpack_encore:
2
+ # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
3
+ # Available in version 1.2
4
+ #cache: true
symfony/webpack-encore-bundle/1.0/config/packages/webpack_encore.yaml
@@ -2,7 +2,3 @@ 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'
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