Skip to content

Commit

Permalink
chore: remove unused @ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Nov 11, 2024
1 parent 2a836de commit 8a528ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playground/vue-lib/vite.config.lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default defineConfig({
fileName: 'my-vue-lib',
// Vite 6 only property to give a specific name to the css file.
// Set as "style" to match Vite 5 for testing purposes.
// @ts-expect-error
cssFileName: 'style',
},
rollupOptions: {
Expand Down

0 comments on commit 8a528ac

Please sign in to comment.