Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 434559b

Browse files
committedDec 16, 2023
fix(core): dts naming conflicts
1 parent 652bdea commit 434559b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/shikiji-core/rollup.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default defineConfig([
5555
output: {
5656
dir: 'dist',
5757
format: 'esm',
58-
chunkFileNames: '[name].d.mts',
58+
chunkFileNames: 'chunk-[name].d.mts',
5959
entryFileNames: f => `${f.name.replace(/src[\\\/]/, '')}.d.mts`,
6060
},
6161
plugins: [

0 commit comments

Comments
 (0)
This repository has been archived.