Skip to content

Commit 06521ce

Browse files
committed
minor #65 Update README deprecated "webpackMode" in favor of "fetch" (kl3sk)
This PR was merged into the main branch. Discussion ---------- Update README deprecated "webpackMode" in favor of "fetch" 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".` | 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 ------- 463f429 Update README.md
2 parents b672bb0 + 463f429 commit 06521ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dropzone/README.md

+1-1
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)