Skip to content

Commit 82d82af

Browse files
committed
Fixed style naming
1 parent e2f0ab5 commit 82d82af

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.1 (tbd)
4+
5+
- Fixed issue with a pilet's stylesheet not following the anticipated name
6+
37
## 1.1.0 (December 26, 2024)
48

59
- Use new codegen plugin

packages/piral-cli-vite5/src/vite6/pilet.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const handler: PiletBuildHandler = {
6565
lib: {
6666
entry: options.entryModule,
6767
fileName: () => options.outFile,
68+
cssFileName: 'style',
6869
formats: ['system' as any],
6970
},
7071
rollupOptions: {

0 commit comments

Comments
 (0)