umi-plugin-ext-link-checker
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

umi-plugin-ext-link-checker

<Link to="${path}" />path 输入部分添加 IDE 提示,并自动检查该 path 是否使用了不存在的路由。

预览:

注:需先安装工作区插件,仅 VSCode >= 1.89.0 版本生效。

Install

  pnpm add -D umi-plugin-ext-link-checker

Usage

// .umirc.ts
import { defineConfig } from "umi";

export default defineConfig({
  plugins: ['umi-plugin-ext-link-checker'],
  linkChecker: {}
});

Package Sidebar

Install

npm i umi-plugin-ext-link-checker

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

14.3 kB

Total Files

7

Last publish

Collaborators

  • fz6m