Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Oct 20, 2024
1 parent 9de824c commit f89640b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vitesse-app/src/webpack-hook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import LinkAttributes from 'markdown-it-link-attributes'
import Shiki from '@shikijs/markdown-it'
import { VueRouterAutoImports } from 'unplugin-vue-router'

// @ts-expect-error 这里的类型定义有问题 unocss使用的是export = UnocssWebpackPlugin,所以直接expect-error
// @ts-ignore 这里的类型定义有问题 unocss使用的是export = UnocssWebpackPlugin,所以直接expect-error
import UnoCSS from 'unocss/webpack'

export default async (ctx: WebpackContext) => {
Expand Down

0 comments on commit f89640b

Please sign in to comment.