Skip to content

Commit 4dcec67

Browse files
Update README.md
After @weaverryan symfony/stimulus-bridge#15 PR Encore complains: `The "webpackMode" config key is deprecated in controllers.json. Use "fetch" instead, set to either "eager" or "lazy".`
1 parent 1cc8796 commit 4dcec67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dropzone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ the `@symfony/ux-dropzone/src/style.css` autoimport to `false`:
6161
"@symfony/ux-dropzone": {
6262
"dropzone": {
6363
"enabled": true,
64-
"webpackMode": "eager",
64+
"fetch": "eager",
6565
"autoimport": {
6666
"@symfony/ux-dropzone/src/style.css": false
6767
}

0 commit comments

Comments
 (0)