Skip to content

Commit

Permalink
chore: rollup remove dts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcadramin committed Sep 30, 2024
1 parent 32d13db commit bba52e3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 34 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"pre-commit": "^1.2.2",
"rimraf": "^6.0.1",
"rollup": "^4.22.5",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"serve-static": "^1.16.2",
"shelljs": "^0.8.5",
Expand Down
25 changes: 0 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import json from '@rollup/plugin-json';
import dts from 'rollup-plugin-dts';
import esbuild from 'rollup-plugin-esbuild';
import pkg from './package.json' assert { type: 'json' };

Expand All @@ -24,11 +23,4 @@ export default [
},
],
}),
bundle({
plugins: [dts()],
output: {
file: `${name}.d.ts`,
format: 'es',
},
}),
];

0 comments on commit bba52e3

Please sign in to comment.