Skip to content

Commit 8a528ac

Browse files
committed
chore: remove unused @ts-expect-error
1 parent 2a836de commit 8a528ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

playground/vue-lib/vite.config.lib.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export default defineConfig({
1313
fileName: 'my-vue-lib',
1414
// Vite 6 only property to give a specific name to the css file.
1515
// Set as "style" to match Vite 5 for testing purposes.
16-
// @ts-expect-error
1716
cssFileName: 'style',
1817
},
1918
rollupOptions: {

0 commit comments

Comments
 (0)