Skip to content

Commit

Permalink
fix: lazyload some stimulus controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwieland95 committed Jul 23, 2024
1 parent af44db2 commit 59e2746
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Resources/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"combobox": {
"main": "controllers/combobox_controller.js",
"webpackMode": "eager",
"fetch": "eager",
"fetch": "lazy",
"enabled": true
},
"datetime": {
"main": "controllers/datetime_controller.js",
"webpackMode": "eager",
"fetch": "eager",
"fetch": "lazy",
"enabled": true
},
"input-mask": {
"main": "controllers/input-mask_controller.js",
"webpackMode": "eager",
"fetch": "eager",
"fetch": "lazy",
"enabled": true
},
"dropdown": {
Expand All @@ -30,7 +30,7 @@
"modal-form": {
"main": "controllers/modal-form_controller.js",
"webpackMode": "eager",
"fetch": "eager",
"fetch": "lazy",
"enabled": true
},
"reload-content": {
Expand All @@ -42,7 +42,7 @@
"modal": {
"main": "controllers/modal_controller.js",
"webpackMode": "eager",
"fetch": "eager",
"fetch": "lazy",
"enabled": true
}
}
Expand Down

0 comments on commit 59e2746

Please sign in to comment.