mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
build: update tsdown config
This commit is contained in:
parent
a63c094df9
commit
cd120220f2
@ -6,4 +6,5 @@ export default defineConfig({
|
||||
dts: true,
|
||||
format: 'esm',
|
||||
sourcemap: false,
|
||||
fixedExtension: false,
|
||||
})
|
||||
|
||||
@ -14,6 +14,7 @@ export default defineConfig(() => {
|
||||
dts: true,
|
||||
sourcemap: false,
|
||||
format: 'esm',
|
||||
fixedExtension: false,
|
||||
}
|
||||
/** @type {Options[]} */
|
||||
const options = []
|
||||
|
||||
@ -24,6 +24,7 @@ export default defineConfig((cli) => {
|
||||
sourcemap: false,
|
||||
format: 'esm',
|
||||
clean: !cli.watch,
|
||||
fixedExtension: false,
|
||||
}
|
||||
|
||||
/** @type {Options[]} */
|
||||
|
||||
@ -20,6 +20,7 @@ export default defineConfig(() => {
|
||||
dts: true,
|
||||
sourcemap: false,
|
||||
format: 'esm',
|
||||
fixedExtension: false,
|
||||
}
|
||||
|
||||
/** @type {Options[]} */
|
||||
|
||||
@ -32,6 +32,7 @@ export default defineConfig((cli) => {
|
||||
format: 'esm',
|
||||
silent: !!cli.watch,
|
||||
clean: !cli.watch,
|
||||
fixedExtension: false,
|
||||
}
|
||||
/** @type {Options[]} */
|
||||
const options = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user