From 8d01a23ecdb259de0581060abeda5a887020fa61 Mon Sep 17 00:00:00 2001 From: kl3sk Date: Tue, 2 Mar 2021 16:43:13 +0100 Subject: [PATCH] Update README.md The "webpackMode" config key is deprecated in controllers.json. Use "fetch" instead, set to either "eager" or "lazy". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de920ee..a47be70 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ the `@symfony/ux-dropzone/src/style.css` autoimport to `false`: "@symfony/ux-dropzone": { "dropzone": { "enabled": true, - "webpackMode": "eager", + "fetch": "eager", "autoimport": { "@symfony/ux-dropzone/src/style.css": false }