mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
chore: bump version (#3627)
This commit is contained in:
@@ -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][]
|
||||
|
||||
Reference in New Issue
Block a user