We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a626a62 commit 4ca173cCopy full SHA for 4ca173c
playground/amd/vite.config.ts
@@ -12,6 +12,7 @@ export default defineConfig({
12
plugin: path.resolve(import.meta.dirname, './index.ts'),
13
},
14
output: {
15
+ // @ts-expect-error AMD is not supported (https://github.com/rolldown/rolldown/issues/2528)
16
format: 'amd',
17
entryFileNames: 'assets/[name].js',
18
0 commit comments