wip build nextjs 13

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-03-13 15:37:49 +01:00
parent a0d0cfb5b8
commit 48ff1004f3
4 changed files with 280 additions and 529 deletions

View File

@@ -6,4 +6,5 @@ export default defineConfig({
...(config as any),
entry: ['index.tsx'],
format: ['cjs', 'esm'],
external: ['next', 'react', 'react-dom'],
});