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 e6c5e9c commit 30c4c96Copy full SHA for 30c4c96
vite.config.lib.ts
@@ -2,7 +2,6 @@ import { resolve } from 'node:path'
2
import { rename } from 'node:fs/promises'
3
import { defineConfig } from 'vite'
4
import { pascalCase } from 'scule'
5
-import solid from 'vite-plugin-solid'
6
import dts from 'vite-plugin-dts'
7
import pkg from './package.json'
8
@@ -19,7 +18,6 @@ export default defineConfig({
19
18
},
20
21
plugins: [
22
- solid(),
23
dts({
24
include: pkg.source,
25
insertTypesEntry: true,
0 commit comments