got something building and activating in a react app, at least!

This commit is contained in:
Glen Maddern 2025-03-22 22:29:16 +11:00
parent eca1e45363
commit e6a22d452e
5 changed files with 670 additions and 15 deletions

View file

@ -6,5 +6,5 @@ export default defineConfig({
dts: true,
clean: true,
outDir: 'dist',
// external: ['typescript'],
external: ['react'],
})