Skip to content

Commit fa60da5

Browse files
committed
chore: simplify Rslib build config
1 parent c8a0476 commit fa60da5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rslib.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ import { defineConfig } from '@rslib/core';
33
export default defineConfig({
44
lib: [
55
{ format: 'esm', syntax: 'es2021', dts: true },
6-
{ format: 'cjs', syntax: 'es2021', dts: true },
6+
{ format: 'cjs', syntax: 'es2021' },
77
],
88
source: {
99
tsconfigPath: './tsconfig.build.json',
1010
},
11-
output: {
12-
sourceMap: false,
13-
},
1411
});

0 commit comments

Comments
 (0)