Skip to content

Commit

Permalink
fix build config
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinheldy committed Sep 6, 2023
1 parent e6c5e9c commit 30c4c96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vite.config.lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { resolve } from 'node:path'
import { rename } from 'node:fs/promises'
import { defineConfig } from 'vite'
import { pascalCase } from 'scule'
import solid from 'vite-plugin-solid'
import dts from 'vite-plugin-dts'
import pkg from './package.json'

Expand All @@ -19,7 +18,6 @@ export default defineConfig({
},
},
plugins: [
solid(),
dts({
include: pkg.source,
insertTypesEntry: true,
Expand Down

0 comments on commit 30c4c96

Please sign in to comment.