Skip to content

Commit

Permalink
docs: Updated rsbuild migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Dec 16, 2024
1 parent bb5feb3 commit e7de377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrading/migrate-to-rsbuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e7de377

Please sign in to comment.