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 60e91cc + 66b2161 commit c466e7aCopy full SHA for c466e7a
symfony/webpack-encore-bundle/1.0/config/packages/webpack_encore.yaml
@@ -2,3 +2,12 @@ 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
+ # If multiple builds are defined (as shown below), you can disable the default build:
6
+ # output_path: false
7
+
8
+ # if using Encore.enableIntegrityHashes() specify the crossorigin attribute value (default: false, or use 'anonymous' or 'use-credentials')
9
+ # crossorigin: 'anonymous'
10
11
+ # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
12
+ # Available in version 1.2
13
+ #cache: '%kernel.debug%'
0 commit comments