Revert "wip build nextjs 13"

This reverts commit 48ff1004f3.
This commit is contained in:
Carl-Gerhard Lindesvärd
2024-03-13 15:53:48 +01:00
parent 48ff1004f3
commit 84a734dd9b
4 changed files with 529 additions and 280 deletions

View File

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