Skip to content

Commit

Permalink
Update webpack_encore.yaml
Browse files Browse the repository at this point in the history
Suggestion
  • Loading branch information
udf2457 authored Jul 5, 2022
1 parent 873d9cf commit 9257f1a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ webpack_encore:
output_path: '%kernel.project_dir%/public/build'
# If multiple builds are defined (as shown below), you can disable the default build:
# output_path: false

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

# Set attributes that will be rendered on all script and link tags
script_attributes:
Expand All @@ -14,9 +17,6 @@ webpack_encore:
# Uncomment if using Turbo Drive
# 'data-turbo-track': reload

# 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 HTTP/2 Link header
# preload: true

Expand Down

0 comments on commit 9257f1a

Please sign in to comment.