Skip to content

Commit bba52e3

Browse files
committed
chore: rollup remove dts
1 parent 32d13db commit bba52e3

File tree

3 files changed

+0
-34
lines changed

3 files changed

+0
-34
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
"pre-commit": "^1.2.2",
7575
"rimraf": "^6.0.1",
7676
"rollup": "^4.22.5",
77-
"rollup-plugin-dts": "^6.1.1",
7877
"rollup-plugin-esbuild": "^6.1.1",
7978
"serve-static": "^1.16.2",
8079
"shelljs": "^0.8.5",

pnpm-lock.yaml

Lines changed: 0 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rollup.config.mjs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import json from '@rollup/plugin-json';
2-
import dts from 'rollup-plugin-dts';
32
import esbuild from 'rollup-plugin-esbuild';
43
import pkg from './package.json' assert { type: 'json' };
54

@@ -24,11 +23,4 @@ export default [
2423
},
2524
],
2625
}),
27-
bundle({
28-
plugins: [dts()],
29-
output: {
30-
file: `${name}.d.ts`,
31-
format: 'es',
32-
},
33-
}),
3426
];

0 commit comments

Comments
 (0)