fix(faster): Upgrade to Rspack 1.1.1, fix build progress bar display (#10648)

This commit is contained in:
Sébastien Lorber 2024-11-14 12:01:40 +01:00 committed by GitHub
parent 0c8635529e
commit dfea969574
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 75 additions and 57 deletions

View file

@ -36,7 +36,7 @@ export const getSwcLoaderOptions = ({
};
};
export const rspack = Rspack;
export const rspack: typeof Rspack = Rspack;
export function getSwcHtmlMinifier(): typeof swcHtmlMinifier {
return swcHtmlMinifier;