From 58042850946241c4fa5f6200847b65add770307b Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 12 Sep 2021 15:00:28 -0500 Subject: [PATCH] Webpack: fix CryptoDonateModal being added to the right chunk --- app/soapbox/features/ui/util/async-components.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/ui/util/async-components.js b/app/soapbox/features/ui/util/async-components.js index 1f1d8ca31..a0d1e0f36 100644 --- a/app/soapbox/features/ui/util/async-components.js +++ b/app/soapbox/features/ui/util/async-components.js @@ -259,7 +259,7 @@ export function CryptoAddress() { } export function CryptoDonateModal() { - return import(/* webpackChunkName: "mfeatures/crypto_donate" */'../components/crypto_donate_modal'); + return import(/* webpackChunkName: "features/crypto_donate" */'../components/crypto_donate_modal'); } export function ScheduledStatuses() {