Skip to content

Commit

Permalink
Update rollup.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Aug 11, 2023
1 parent 1c77b4f commit 2c27d1e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import resolve from '@rollup/plugin-node-resolve'

import esbuild from 'rollup-plugin-esbuild'
//import dts from 'rollup-plugin-dts'

const common = {
input: 'src/index.ts',
Expand Down Expand Up @@ -39,13 +37,4 @@ const umd = {
}
}

// const types = {
// input: 'src/types.ts',
// plugins: [dts()],
// output: {
// file: `dist/types.d.ts`,
// format: 'es',
// }
// }

export default [umd, esm]

0 comments on commit 2c27d1e

Please sign in to comment.