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 f05c083 commit a6c7fdcCopy full SHA for a6c7fdc
vite.config.ts
@@ -6,7 +6,6 @@ import pack from './package.json';
6
7
// eslint-disable-next-line no-restricted-exports
8
export default defineConfig({
9
- // @ts-expect-error Error caused by vitest using vite 5 and the root using vite 6. To be fixed in vitest 3.
10
plugins: [react(), dts({ rollupTypes: true })],
11
build: {
12
lib: {
0 commit comments