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 6ed1690 commit e06589bCopy full SHA for e06589b
symfony/webpack-encore-bundle/1.9/config/packages/webpack_encore.yaml
@@ -7,7 +7,12 @@ webpack_encore:
7
# Set attributes that will be rendered on all script and link tags
8
script_attributes:
9
defer: true
10
+ # Uncomment (also under link_attributes) if using Turbo Drive
11
+ # https://turbo.hotwire.dev/handbook/drive#reloading-when-assets-change
12
+ # 'data-turbo-track': reload
13
# link_attributes:
14
+ # Uncomment if using Turbo Drive
15
16
17
# If using Encore.enableIntegrityHashes() and need the crossorigin attribute (default: false, or use 'anonymous' or 'use-credentials')
18
# crossorigin: 'anonymous'
0 commit comments