Skip to content

Commit

Permalink
chore: update dumi version and config (#6045)
Browse files Browse the repository at this point in the history
* chore: update dumi version

* chore: config mako module id strategy
  • Loading branch information
Aarebecca authored Jul 16, 2024
1 parent d7d13aa commit 21463f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/site/mako.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"optimization": {
"skipModules": false, "concatenateModules": false
}
},
"moduleIdStrategy": "hashed"
}
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@antv/layout-wasm": "^1.4.1",
"@antv/util": "^3.3.7",
"antd": "^5.19.1",
"dumi": "2.4.0-alpha.17",
"dumi": "^2.4.6",
"insert-css": "^2.0.0",
"lodash": "^4.17.21",
"react": "^18.3.1",
Expand Down

0 comments on commit 21463f2

Please sign in to comment.