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 f1ec2fe commit 767a215Copy full SHA for 767a215
README.md
@@ -27,6 +27,12 @@ webpack_encore:
27
28
# if using Encore.enableIntegrityHashes() and need the crossorigin attribute (default: false, or use 'anonymous' or 'use-credentials')
29
# crossorigin: 'anonymous'
30
+
31
+ # preload all rendered script and link tags automatically via the http2 Link header
32
+ # preload: true
33
34
+ # Throw an exception if the entrypoints.json file is missing or an entry is missing from the data
35
+ # strict_mode: false
36
37
# if you have multiple builds:
38
# builds:
@@ -37,7 +43,8 @@ webpack_encore:
43
44
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
39
45
# Available in version 1.2
40
- #cache: '%kernel.debug%'
46
+ # Put in config/packages/prod/webpack_encore.yaml
47
+ # cache: true
41
48
```
42
49
50
## Usage
0 commit comments