Skip to content

Commit

Permalink
dep(@umijs/preset-umi): @umijs/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinbao1001 committed Aug 30, 2024
1 parent 8f95914 commit 0353a93
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
16 changes: 8 additions & 8 deletions examples/ssr-demo/.umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ export default {
routePrefetch: {},
manifest: {},
clientLoader: {},
mako: {
plugins: [
{
load: () => {},
},
],
},
// mako: {
// plugins: [
// {
// load: () => {},
// },
// ],
// },
ssr: {
builder: 'mako',
// builder: 'mako',
},
exportStatic: {},
styles: [`body { color: red; }`],
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-umi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@umijs/ast": "workspace:*",
"@umijs/babel-preset-umi": "workspace:*",
"@umijs/bundler-esbuild": "workspace:*",
"@umijs/bundler-mako": "0.8.6",
"@umijs/bundler-mako": "0.8.7",
"@umijs/bundler-utils": "workspace:*",
"@umijs/bundler-vite": "workspace:*",
"@umijs/bundler-webpack": "workspace:*",
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0353a93

Please sign in to comment.