Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-02-10 21:26:15 +00:00
parent 663e975e60
commit d520b6f8a1
4 changed files with 438 additions and 61 deletions
+15 -28
View File
@@ -104,33 +104,6 @@
],
"executable": false
},
"config/packages/assets.yaml": {
"contents": [
"framework:",
" assets:",
" json_manifest_path: '%kernel.project_dir%/public/build/manifest.json'",
""
],
"executable": false
},
"config/packages/prod/webpack_encore.yaml": {
"contents": [
"#webpack_encore:",
" # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)",
" # Available in version 1.2",
" #cache: true",
""
],
"executable": false
},
"config/packages/test/webpack_encore.yaml": {
"contents": [
"#webpack_encore:",
"# strict_mode: false",
""
],
"executable": false
},
"config/packages/webpack_encore.yaml": {
"contents": [
"webpack_encore:",
@@ -168,6 +141,20 @@
" # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)",
" # Put in config/packages/prod/webpack_encore.yaml",
" # cache: true",
"",
"framework:",
" assets:",
" json_manifest_path: '%kernel.project_dir%/public/build/manifest.json'",
"",
"#when@prod:",
"# webpack_encore:",
"# # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)",
"# # Available in version 1.2",
"# cache: true",
"",
"#when@test:",
"# webpack_encore:",
"# strict_mode: false",
""
],
"executable": false
@@ -278,7 +265,7 @@
"executable": false
}
},
"ref": "d2d1e09675fff3fa4193aa9950a7c39934524a25"
"ref": "1723ab94a3ba021bcd69f6b907492668821c857f"
}
}
}