kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Webpack: fix CryptoDonateModal being added to the right chunk
rodzic
7eca5db9a9
commit
5804285094
|
@ -259,7 +259,7 @@ export function CryptoAddress() {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function CryptoDonateModal() {
|
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() {
|
export function ScheduledStatuses() {
|
||||||
|
|
Ładowanie…
Reference in New Issue