We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563514a commit ada6fc9Copy full SHA for ada6fc9
examples/express-plugin/rslib.config.ts
@@ -1,24 +1,18 @@
1
import { defineConfig } from '@rslib/core';
2
3
-const shared = {
4
- dts: {
5
- bundle: false,
6
- },
7
-};
8
-
9
export default defineConfig({
10
lib: [
11
{
12
- ...shared,
13
format: 'esm',
+ dts: false,
14
output: {
15
distPath: {
16
root: './dist/esm',
17
},
18
19
20
21
22
format: 'cjs',
23
24
0 commit comments