Skip to content

Commit

Permalink
documenting new options and fixing misleading value for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed May 26, 2019
1 parent f1ec2fe commit 767a215
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -27,6 +27,12 @@ webpack_encore:

# if using Encore.enableIntegrityHashes() and need the crossorigin attribute (default: false, or use 'anonymous' or 'use-credentials')
# crossorigin: 'anonymous'

# preload all rendered script and link tags automatically via the http2 Link header
# preload: true

# Throw an exception if the entrypoints.json file is missing or an entry is missing from the data
# strict_mode: false

# if you have multiple builds:
# builds:
Expand All @@ -37,7 +43,8 @@ webpack_encore:

# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
# Available in version 1.2
#cache: '%kernel.debug%'
# Put in config/packages/prod/webpack_encore.yaml
# cache: true
```

## Usage
Expand Down

0 comments on commit 767a215

Please sign in to comment.