We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f0ab5 commit 82d82afCopy full SHA for 82d82af
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.1.1 (tbd)
4
+
5
+- Fixed issue with a pilet's stylesheet not following the anticipated name
6
7
## 1.1.0 (December 26, 2024)
8
9
- Use new codegen plugin
packages/piral-cli-vite5/src/vite6/pilet.ts
@@ -65,6 +65,7 @@ const handler: PiletBuildHandler = {
65
lib: {
66
entry: options.entryModule,
67
fileName: () => options.outFile,
68
+ cssFileName: 'style',
69
formats: ['system' as any],
70
},
71
rollupOptions: {
0 commit comments