Skip to content

Commit 9209381

Browse files
committed
ci: fix ci with vite 4.3
1 parent 4bbaddb commit 9209381

File tree

1 file changed

+1
-1
lines changed
  • packages/histoire-plugin-nuxt/src

1 file changed

+1
-1
lines changed

packages/histoire-plugin-nuxt/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ async function useNuxtViteConfig () {
170170
for (const name in vuePlugins) {
171171
if (!config.plugins?.some(p => (p as any)?.name === name)) {
172172
const [plugin, key] = vuePlugins[name as keyof typeof vuePlugins]
173-
// @ts-expect-error mismatching component options
173+
// @ts-ignore
174174
config.plugins.push(plugin(config[key]))
175175
}
176176
}

0 commit comments

Comments
 (0)