Skip to content

Commit 64c0034

Browse files
author
mkrause
committed
Remove (now) unnecessary ts-expect-error.
1 parent b6ef35d commit 64c0034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ export default defineConfig({
7575
safari: 17 << 16 | 5 << 8,
7676
},
7777
cssModules: {
78-
// @ts-expect-error The `grid` prop is missing from the vite type at the moment, but lightningcss supports it
7978
grid: false, // Workaround for https://github.com/parcel-bundler/lightningcss/issues/762
8079
},
8180
},
@@ -99,6 +98,7 @@ export default defineConfig({
9998
entry: path.resolve(__dirname, 'app/lib.ts'),
10099
name: 'baklava',
101100
fileName: 'baklava',
101+
cssFileName: 'baklava',
102102
formats: ['es'],
103103
},
104104
rollupOptions: {

0 commit comments

Comments
 (0)