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.
1 parent 2adad89 commit 66b2161Copy full SHA for 66b2161
symfony/webpack-encore-bundle/1.0/config/packages/webpack_encore.yaml
@@ -5,8 +5,8 @@ webpack_encore:
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: anonymous)
9
- # crossorigin: 'use-credentials'
+ # if using Encore.enableIntegrityHashes() specify the crossorigin attribute value (default: false, or use 'anonymous' or 'use-credentials')
+ # crossorigin: 'anonymous'
10
11
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
12
# Available in version 1.2
0 commit comments