Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: refactor builder config doc #6182

Merged
merged 35 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
14ef4f5
feat: remove builder doc && main doc scripts
caohuilin Sep 6, 2024
826335c
feat: rsbuild link component
caohuilin Sep 6, 2024
0b0cc58
feat: dev config doc
caohuilin Sep 6, 2024
ac9a468
fix: rsbuild link lang
caohuilin Sep 6, 2024
675166d
feat: update lock file
caohuilin Sep 6, 2024
303d77d
fix: component link name
caohuilin Sep 6, 2024
9e70ac1
feat: dev modern config
caohuilin Sep 6, 2024
879e63d
feat: html modern config
caohuilin Sep 6, 2024
18c5607
docs: refactor builder server config doc (#6190)
keepview Sep 9, 2024
3f164fc
docs: refactor builder performance config doc (#6203)
keepview Sep 11, 2024
d2d0f99
docs: refactor builder html config doc (#6195)
keepview Sep 11, 2024
81ff2df
docs: refactor builder output config doc (#6197)
keepview Sep 11, 2024
4f69a3c
feat: experiments modern config
caohuilin Sep 11, 2024
979ae0b
feat: html deprecated warning use complete name
caohuilin Sep 11, 2024
c7a0f35
feat: optimize output config
caohuilin Sep 11, 2024
90fe355
feat: security config
caohuilin Sep 11, 2024
fb9ef04
fix: doc build error
caohuilin Sep 11, 2024
aecbccf
feat: modern tools config
caohuilin Sep 11, 2024
00d50ed
fix: typo
caohuilin Sep 11, 2024
f2e44b8
docs: refactor builder source config doc (#6211)
keepview Sep 11, 2024
449a4c5
feat: remove Builder keyword
caohuilin Sep 11, 2024
a11da8f
fix: transformImport default value
caohuilin Sep 11, 2024
03596fb
feat: remove build doc dependency
caohuilin Sep 11, 2024
8bb13fa
feat: add shared components
caohuilin Sep 11, 2024
660f72e
docs: changeset
caohuilin Sep 11, 2024
0f26e3c
fix: doc component link
caohuilin Sep 11, 2024
def1a92
fix: typo
caohuilin Sep 11, 2024
f508263
fix: doc build error
caohuilin Sep 11, 2024
a20dd9f
feat: review comments
caohuilin Sep 12, 2024
0608725
feat: add output.sourceMap doc
caohuilin Sep 12, 2024
1524374
feat: remove Builder keyword
caohuilin Sep 12, 2024
242fcd5
feat: add extend component
caohuilin Sep 12, 2024
02e4150
feat: update lock file
caohuilin Sep 13, 2024
6bde6bb
fix: extend component path
caohuilin Sep 13, 2024
b2af07a
feat: add output polyfill ua info
caohuilin Sep 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions .changeset/fast-cups-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@modern-js/main-doc': patch
---

docs: refactor builder config doc

docs: 重构 builder 配置文档
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"update-codesmith": "cd ./scripts/update-codesmith && pnpm start",
"update-rspress": "npx taze major --include /rspress/ -w -r -l",
"update-rsbuild": "npx taze major --include /rsbuild/ -w -r -l",
"build:main_docs": "pnpm --filter @modern-js/main-doc... build && pnpm --filter @modern-js/main-doc build:doc",
"build:module_docs": "pnpm --filter @modern-js/module-tools-docs... build && pnpm --filter @modern-js/module-tools-docs build:doc",
"build:main_docs": "pnpm --filter @modern-js/main-doc... build && pnpm --filter @modern-js/main-doc build",
"build:module_docs": "pnpm --filter @modern-js/module-tools-docs... build && pnpm --filter @modern-js/module-tools-docs build",
"gen:docs": "rm -rf doc_output && mkdir doc_output && cp -r ./packages/document/main-doc/doc_build/* ./doc_output && cp -r ./packages/document/module-doc/doc_build/ ./doc_output/module-tools",
"build:docs": "pnpm run build:main_docs && pnpm run build:module_docs && pnpm run gen:docs"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/cli/uni-builder/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,8 @@ export type UniBuilderExtraConfig = {
};
output?: {
/**
* Whether to disable code minification in production build.
* @deprecated use `output.minify` instead
*/
// TODO: support output.minify configuration
disableMinimize?: boolean;
/**
* @deprecated use `output.filenameHash` instead
Expand Down
29 changes: 0 additions & 29 deletions packages/document/builder-doc/.npmignore

This file was deleted.

Loading
Loading