Skip to content

Commit

Permalink
Auto commit: 2024-09-15 21:32:19
Browse files Browse the repository at this point in the history
  • Loading branch information
samlau7245 committed Sep 15, 2024
1 parent eeceaa1 commit 38407a4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions blog/2024-09-14-umi-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,4 +335,19 @@ const config = {
}
// 配置完之后,删除 src/.umi 目录重新启动 umi dev
// rm -rf dist && rm -rf node_modules && rm -rf src/.umi && npm install
```



## mako

```sh
# Then, add the mako field in your config file.
# highlight-next-line
npx umi config set mako {}

set config:mako on /Users/liushan/Documents/sparkly/sc-merchant/config/config.ts



```

0 comments on commit 38407a4

Please sign in to comment.