Set context manually in NormalModuleReplacementPlugin to fix relative import paths
This commit is contained in:
parent
c844d80217
commit
9b8d6e7607
2 changed files with 12 additions and 3 deletions
|
@ -16,7 +16,8 @@ limitations under the License.
|
|||
|
||||
import * as React from "react";
|
||||
import SdkConfig from "matrix-react-sdk/src/SdkConfig";
|
||||
import AuthFooter from "matrix-react-sdk/src/components/views/auth/AuthFooter";
|
||||
|
||||
import VectorAuthFooter from "./VectorAuthFooter";
|
||||
|
||||
export default class VectorAuthPage extends React.PureComponent {
|
||||
private static welcomeBackgroundUrl?: string;
|
||||
|
@ -76,7 +77,7 @@ export default class VectorAuthPage extends React.PureComponent {
|
|||
{this.props.children}
|
||||
</div>
|
||||
</div>
|
||||
<AuthFooter />
|
||||
<VectorAuthFooter />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue