Skip to content

Commit ea5e6e6

Browse files
committed
minor #212 [ux/dropzone] Updated docs (deprecation warning) (evertharmeling)
This PR was merged into the 2.x branch. Discussion ---------- [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". ``` | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Features and deprecations must be submitted against branch main. --> Commits ------- 96f2798 [ux/dropzone] Updated docs (deprecation warning)
2 parents ae21db7 + 96f2798 commit ea5e6e6

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)