Skip to content

Commit 606c919

Browse files
committed
build: add experimental
1 parent 398b128 commit 606c919

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

packages/router/tsdown.config.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,11 @@ const commonOptions = {
3636
dts: false,
3737
} satisfies Options
3838

39-
const experimental = {
40-
...commonOptions,
41-
sourcemap: true,
42-
entry: {
43-
'experimental/index': './src/experimental/index.ts',
44-
},
45-
dts: true,
46-
} satisfies Options
47-
4839
const esm = {
4940
...commonOptions,
5041
entry: {
5142
...commonOptions.entry,
52-
// 'experimental/index': './src/experimental/index.ts',
43+
'experimental/index': './src/experimental/index.ts',
5344
},
5445
platform: 'neutral',
5546
dts: true,
@@ -119,5 +110,4 @@ export default [
119110
cjsProd,
120111
iife,
121112
iifeProd,
122-
// experimental,
123113
]

0 commit comments

Comments
 (0)