Skip to content

Commit

Permalink
Fixed style naming
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Feb 6, 2025
1 parent e2f0ab5 commit 82d82af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.1 (tbd)

- Fixed issue with a pilet's stylesheet not following the anticipated name

## 1.1.0 (December 26, 2024)

- Use new codegen plugin
Expand Down
1 change: 1 addition & 0 deletions packages/piral-cli-vite5/src/vite6/pilet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const handler: PiletBuildHandler = {
lib: {
entry: options.entryModule,
fileName: () => options.outFile,
cssFileName: 'style',
formats: ['system' as any],
},
rollupOptions: {
Expand Down

0 comments on commit 82d82af

Please sign in to comment.