Skip to content

Commit

Permalink
feat: add dumi/plugin-utils (umijs#1280)
Browse files Browse the repository at this point in the history
* feat: add dumi/plugin-utils

* docs: directory-structure
  • Loading branch information
xiaohuoni authored Nov 18, 2022
1 parent 58bba21 commit 12046d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/theme/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group:

## 目录结构

无论是单独发布的主题包还是项目本地主题包,都应符合如下目录结构:
无论是单独发布的主题包(src/_)还是项目本地主题包(.dumi/theme/_),都应符合如下目录结构:

```bash
.
Expand Down
1 change: 1 addition & 0 deletions plugin-utils.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from 'umi/plugin-utils';
1 change: 1 addition & 0 deletions plugin-utils.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('umi/plugin-utils');

0 comments on commit 12046d0

Please sign in to comment.