Merge branch 'crypto-donate-chunk-fix' into 'develop'

Webpack: fix CryptoDonateModal being added to the right chunk

See merge request soapbox-pub/soapbox-fe!751
This commit is contained in:
Alex Gleason 2021-09-12 20:01:53 +00:00
commit 61043357b5

View file

@ -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() {