Skip to content

Commit ada6fc9

Browse files
committed
chore: update
1 parent 563514a commit ada6fc9

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

examples/express-plugin/rslib.config.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
11
import { defineConfig } from '@rslib/core';
22

3-
const shared = {
4-
dts: {
5-
bundle: false,
6-
},
7-
};
8-
93
export default defineConfig({
104
lib: [
115
{
12-
...shared,
136
format: 'esm',
7+
dts: false,
148
output: {
159
distPath: {
1610
root: './dist/esm',
1711
},
1812
},
1913
},
2014
{
21-
...shared,
15+
dts: false,
2216
format: 'cjs',
2317
output: {
2418
distPath: {

0 commit comments

Comments
 (0)