File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
symfony/webpack-encore-bundle Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"devDependencies" : {
3
- "@symfony/stimulus-bridge" : " ^1.0 .0" ,
3
+ "@symfony/stimulus-bridge" : " ^1.1 .0" ,
4
4
"@symfony/webpack-encore" : " ^0.32.0" ,
5
5
"core-js" : " ^3.0.0" ,
6
- "stimulus" : " ^1.1.1 " ,
6
+ "stimulus" : " ^2.0.0 " ,
7
7
"regenerator-runtime" : " ^0.13.2" ,
8
8
"webpack-notifier" : " ^1.6.0"
9
9
},
Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ webpack_encore:
4
4
# If multiple builds are defined (as shown below), you can disable the default build:
5
5
# output_path: false
6
6
7
- # if using Encore.enableIntegrityHashes() and need the crossorigin attribute (default: false, or use 'anonymous' or 'use-credentials')
7
+ # If using Encore.enableIntegrityHashes() and need the crossorigin attribute (default: false, or use 'anonymous' or 'use-credentials')
8
8
# crossorigin: 'anonymous'
9
9
10
- # preload all rendered script and link tags automatically via the HTTP/2 Link header
10
+ # Preload all rendered script and link tags automatically via the HTTP/2 Link header
11
11
# preload: true
12
12
13
13
# Throw an exception if the entrypoints.json file is missing or an entry is missing from the data
14
14
# strict_mode: false
15
15
16
- # if you have multiple builds:
16
+ # If you have multiple builds:
17
17
# builds:
18
18
# pass "frontend" as the 3rg arg to the Twig functions
19
19
# {{ encore_entry_script_tags('entry1', null, 'frontend') }}
You can’t perform that action at this time.
0 commit comments