Skip to content

Commit c64d19b

Browse files
committed
feat: rolldown is out of experimental now
1 parent 075508d commit c64d19b

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Currently supports:
1313
- [Webpack](https://webpack.js.org/)
1414
- [esbuild](https://esbuild.github.io/)
1515
- [Rspack](https://www.rspack.dev/)
16-
- [Rolldown](https://rolldown.rs/) (⚠️ experimental)
16+
- [Rolldown](https://rolldown.rs/)
1717
- [Farm](https://www.farmfe.org/)
1818
- And every framework built on top of them.
1919

docs/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lastUpdated: false
1616
- [webpack](https://webpack.js.org/)
1717
- [esbuild](https://esbuild.github.io/)
1818
- [Rspack](https://www.rspack.dev/)
19-
- [Rolldown](https://rolldown.rs/) <span style="color: #ca8a04"><strong>(⚠️ experimental)</strong></span>
19+
- [Rolldown](https://rolldown.rs/)
2020
- [Farm](https://www.farmfe.org/)
2121

2222
## Trying It Online

src/define.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export function createUnplugin<UserOptions, Nested extends boolean = boolean>(
2121
get vite() {
2222
return getVitePlugin(factory)
2323
},
24-
/** @experimental do not use it in production */
2524
get rolldown() {
2625
return getRolldownPlugin(factory)
2726
},
@@ -61,7 +60,6 @@ export function createVitePlugin<UserOptions, Nested extends boolean = boolean>(
6160
return getVitePlugin(factory)
6261
}
6362

64-
/** @experimental do not use it in production */
6563
export function createRolldownPlugin<UserOptions, Nested extends boolean = boolean>(
6664
factory: UnpluginFactory<UserOptions, Nested>,
6765
): UnpluginInstance<UserOptions>['rolldown'] {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy