Skip to content

Commit

Permalink
docs: remove experiments flags (#7560)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardfist authored Aug 13, 2024
1 parent c39df1e commit 84f4483
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 11 deletions.
2 changes: 0 additions & 2 deletions website/docs/en/config/output.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1495,8 +1495,6 @@ define('MyLibrary', [], factory);

## output.module

<ApiMeta stability={Stability.Experimental} />

- **Type:** `boolean`
- **Default:** `false`

Expand Down
2 changes: 1 addition & 1 deletion website/docs/en/guide/features/builtin-swc-loader.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ this is an [example](https://github.com/rspack-contrib/rspack-examples/blob/d4b8

### rspackExperiments

<ApiMeta stability={Stability.Experimental} addedVersion="0.4.0" />
<ApiMeta addedVersion="0.4.0" />

Experimental features provided by rspack.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/en/guide/features/module-federation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ApiMeta, Stability } from '@components/ApiMeta';

# Module Federation

<ApiMeta addedVersion={'0.5.0'} stability={Stability.Experimental} />
<ApiMeta addedVersion={'0.5.0'} />

Module Federation is an architectural pattern for JavaScript application decomposition (similar to microservices on the server-side), allowing you to share code and resources between multiple JavaScript applications (or micro-frontends).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ApiMeta, Stability } from '@components/ApiMeta';

# ModuleFederationPluginV1

<ApiMeta addedVersion={'0.4.5'} stability={Stability.Experimental} />
<ApiMeta addedVersion={'0.4.5'} />

This plugin corresponds to Module Federation v1.0, which is the [ModuleFederationPlugin in webpack](https://webpack.js.org/plugins/module-federation-plugin/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ApiMeta, Stability } from '@components/ApiMeta';

# ModuleFederationPlugin

<ApiMeta addedVersion={'0.5.0'} stability={Stability.Experimental} />
<ApiMeta addedVersion={'0.5.0'} />

This plugin implements [Module Federation 1.5](https://github.com/module-federation/universe/tree/main/packages/enhanced).

Expand Down
2 changes: 0 additions & 2 deletions website/docs/zh/config/output.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1487,8 +1487,6 @@ define('MyLibrary', [], factory);

## output.module

<ApiMeta stability={Stability.Experimental} />

- **类型:** `boolean`
- **默认值:** `false`

Expand Down
2 changes: 1 addition & 1 deletion website/docs/zh/guide/features/module-federation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ApiMeta, Stability } from '@components/ApiMeta';

# 模块联邦

<ApiMeta addedVersion={'0.5.0'} stability={Stability.Experimental} />
<ApiMeta addedVersion={'0.5.0'} />

Module Federation 是一种 JavaScript 应用分治的架构模式(类似于服务端的微服务),它允许你在多个 JavaScript 应用程序(或微前端)之间共享代码和资源。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ApiMeta, Stability } from '@components/ApiMeta';

# ModuleFederationPluginV1

<ApiMeta addedVersion={'0.4.5'} stability={Stability.Experimental} />
<ApiMeta addedVersion={'0.4.5'} />

该插件对应 Module Federation v1.0,即 [webpack 中的 ModuleFederationPlugin](https://webpack.js.org/plugins/module-federation-plugin/)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ApiMeta, Stability } from '@components/ApiMeta';

# ModuleFederationPlugin

<ApiMeta addedVersion={'0.5.0'} stability={Stability.Experimental} />
<ApiMeta addedVersion={'0.5.0'} />

该插件实现了 [Module Federation 1.5](https://github.com/module-federation/universe/tree/main/packages/enhanced)

Expand Down

0 comments on commit 84f4483

Please sign in to comment.