Skip to content

Commit 6fdd5ce

Browse files
committed
feat: add CSS build configuration for esm output
1 parent 1db96f8 commit 6fdd5ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/nimiq-vitepress-theme/build.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ export default defineBuildConfig({
3131
format: 'esm',
3232
loaders: ['js'],
3333
},
34+
{
35+
builder: 'mkdist',
36+
input: './src',
37+
pattern: ['**/*.css'],
38+
format: 'esm',
39+
},
3440
],
3541
declaration: true,
3642
clean: true,

0 commit comments

Comments
 (0)