Skip to content

Commit 96f2798

Browse files
[ux/dropzone] Updated docs (deprecation warning)
Fixed following warning: ``` Module Warning (from ./node_modules/@symfony/stimulus-bridge/dist/webpack/loader.js): The "webpackMode" config key is deprecated in controllers.json. Use "fetch" instead, set to either "eager" or "lazy". ```
1 parent 1a4ef07 commit 96f2798

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)