From e7de377823d0433a13b0ba7e58960343d4a6a0fc Mon Sep 17 00:00:00 2001 From: patricklafrance Date: Mon, 16 Dec 2024 00:01:49 -0500 Subject: [PATCH] docs: Updated rsbuild migration guide --- docs/upgrading/migrate-to-rsbuild.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading/migrate-to-rsbuild.md b/docs/upgrading/migrate-to-rsbuild.md index e72e6afe..077203db 100644 --- a/docs/upgrading/migrate-to-rsbuild.md +++ b/docs/upgrading/migrate-to-rsbuild.md @@ -11,7 +11,7 @@ This is an experimental feature. [Rsbuild](https://lib.rsbuild.dev/index) is a high-performance build tool powered by [Rspack](https://rspack.dev/), a Rust-based port of [webpack](https://webpack.js.org/) designed for efficiency and speed. Squide firefly introduces a new [@squide/firefly-rsbuild-configs](https://www.npmjs.com/package/@squide/firefly-rsbuild-configs) package to improve it's developer experience with modern web development tooling. This package provides ready-to-use Rsbuild configurations specifically tailored for Squide applications. -To migrate from [@squide/firefly-webpack-configs](https://www.npmjs.com/package/@squide/firefly-webpack-configs) to `@squide/firefly-rsbuild-configs`, based on your project type, execute the following steps :point_down: +To migrate from [@squide/firefly-webpack-configs](https://www.npmjs.com/package/@squide/firefly-webpack-configs) to `@squide/firefly-rsbuild-configs`, based on your project type, read the [reference documentation](../reference/default.md#rsbuild) and execute the following steps :point_down: ## Host application