Skip to content

Commit

Permalink
feat: 重构归档的实现以及支持 Node 端 importmap
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxb committed Nov 17, 2024
1 parent e3e11dc commit 66fb4a4
Show file tree
Hide file tree
Showing 79 changed files with 10,308 additions and 7,905 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
engine-strict=true
registry=https://registry.npmjs.org
registry=https://registry.npmmirror.com
public-hoist-pattern[]=*eslint*
public-hoist-pattern[]=*stylelint*
public-hoist-pattern[]=*postcss*
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.13.1
v22.9.0
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"source.fixAll": "explicit"
},
"cSpell.words": [
"fflate",
"Importmap",
"rspack"
]
Expand Down
1 change: 1 addition & 0 deletions examples/docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ dist-ssr
*.sln
*.sw?
doc_build
api
1 change: 1 addition & 0 deletions examples/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"rspress": "^1.32.0"
},
"devDependencies": {
"typescript": "5.1.3",
"@types/node": "^16"
}
}
5 changes: 3 additions & 2 deletions examples/docs/rspress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
globalStyles: path.join(__dirname, 'src/styles/index.css'),
title: 'Gez',
description:
'Gez 是一个基于 Rspack 构建的模块链接(Module Link) 解决方案,通过 importmap 将多服务的模块映射到具有强缓存,基于内容哈希的 URL 中。',
'Gez 是一个基于 Rspack 构建的模块链接(Module Link) 解决方案,通过 importmap 将多服务模块映射到具有强缓存,基于内容哈希的 URL 中。',
icon: '/logo.svg',
base: '/gez/',
logo: '/logo.svg',
Expand All @@ -20,5 +20,6 @@ export default defineConfig({
content: 'https://github.com/dp-os/gez'
}
]
}
},
markdown: {}
});
2 changes: 1 addition & 1 deletion examples/docs/src/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
{
"text": "API",
"link": "/api/gez",
"link": "/api/index",
"activeMatch": "/api/"
}
]
5 changes: 0 additions & 5 deletions examples/docs/src/api/_meta.json

This file was deleted.

303 changes: 0 additions & 303 deletions examples/docs/src/api/gez.mdx

This file was deleted.

Loading

0 comments on commit 66fb4a4

Please sign in to comment.