Skip to content

Commit

Permalink
Remove (now) unnecessary ts-expect-error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrause committed Nov 29, 2024
1 parent b6ef35d commit 64c0034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export default defineConfig({
safari: 17 << 16 | 5 << 8,
},
cssModules: {
// @ts-expect-error The `grid` prop is missing from the vite type at the moment, but lightningcss supports it
grid: false, // Workaround for https://github.com/parcel-bundler/lightningcss/issues/762
},
},
Expand All @@ -99,6 +98,7 @@ export default defineConfig({
entry: path.resolve(__dirname, 'app/lib.ts'),
name: 'baklava',
fileName: 'baklava',
cssFileName: 'baklava',
formats: ['es'],
},
rollupOptions: {
Expand Down

0 comments on commit 64c0034

Please sign in to comment.