You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/en/guide/migration/rsbuild-0-x.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -403,7 +403,7 @@ Includes:
403
403
404
404
- The `onBeforeBuild` hook supports triggering multiple times in watch mode.
405
405
- Added `onBeforeEnvironmentCompile` and `onAfterEnvironmentCompile` hooks, which are triggered before/after executing the build of a single environment respectively.
406
-
- Removed `api.getHtmlPath` and replaced it with `environment.htmlPaths`.
406
+
- Removed `api.getHtmlPaths` and replaced it with `environment.htmlPaths`.
407
407
- Removed `api.context.entry` and replaced it with `environment.entry`.
408
408
- Removed `api.context.targets` and replaced it with `environment.target`.
409
409
- Removed `rsbuildServer.onHTTPUpgrade` and replaced it with `rsbuildServer.connectWebSocket`.
0 commit comments