chore: bump version (#3627)

This commit is contained in:
Alex Yang
2023-08-08 23:04:42 -04:00
committed by GitHub
parent e22d6924cd
commit 84bbc2d7ce
4 changed files with 142 additions and 106 deletions

View File

@@ -190,8 +190,6 @@ await build({
renderChunk(code, chunk) {
if (chunk.fileName.endsWith('js')) {
const record = new StaticModuleRecord(code, chunk.fileName);
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
const reexports = record.__reexportMap__ as Record<
string,
[localName: string, exportedName: string][]