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 b6ef35d commit 64c0034Copy full SHA for 64c0034
vite.config.ts
@@ -75,7 +75,6 @@ export default defineConfig({
75
safari: 17 << 16 | 5 << 8,
76
},
77
cssModules: {
78
- // @ts-expect-error The `grid` prop is missing from the vite type at the moment, but lightningcss supports it
79
grid: false, // Workaround for https://github.com/parcel-bundler/lightningcss/issues/762
80
81
@@ -99,6 +98,7 @@ export default defineConfig({
99
98
entry: path.resolve(__dirname, 'app/lib.ts'),
100
name: 'baklava',
101
fileName: 'baklava',
+ cssFileName: 'baklava',
102
formats: ['es'],
103
104
rollupOptions: {
0 commit comments