Skip to content

Commit 4ca173c

Browse files
committed
chore: fix typecheck
1 parent a626a62 commit 4ca173c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playground/amd/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default defineConfig({
1212
plugin: path.resolve(import.meta.dirname, './index.ts'),
1313
},
1414
output: {
15+
// @ts-expect-error AMD is not supported (https://github.com/rolldown/rolldown/issues/2528)
1516
format: 'amd',
1617
entryFileNames: 'assets/[name].js',
1718
},

0 commit comments

Comments
 (0)