Export metrics components.

This commit is contained in:
Mike Cao
2025-09-03 17:16:03 -07:00
parent c4114f4349
commit dc1736458b
16 changed files with 140 additions and 126 deletions

View File

@@ -7,7 +7,7 @@ export default defineConfig({
dts: true,
splitting: false,
sourcemap: false,
clean: true,
clean: false,
external: ['react', 'react-dom', 'react/jsx-runtime', '@swc/helpers'],
esbuildOptions(options) {
options.jsx = 'automatic';