fix(docs): webpack branding states it should be lower case (#7617)

* fix(docs): webpack branding states it should be lower case

* chore: fix more occurrences

---------

Co-authored-by: Strek <ssharishkumar@gmail.com>
This commit is contained in:
Zack Chapple
2025-02-17 01:28:59 -05:00
committed by GitHub
parent 49284218b1
commit 1923248a1e
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ We announced an [experimental demo of React Server Components](https://legacy.re
In particular, were abandoning the idea of having forked I/O libraries (eg react-fetch), and instead adopting an async/await model for better compatibility. This doesnt technically block RSCs release because you can also use routers for data fetching. Another change is that were also moving away from the file extension approach in favor of [annotating boundaries](https://github.com/reactjs/rfcs/pull/189#issuecomment-1116482278).
Were working together with Vercel and Shopify to unify bundler support for shared semantics in both Webpack and Vite. Before launch, we want to make sure that the semantics of RSCs are the same across the whole React ecosystem. This is the major blocker for reaching stable.
Were working together with Vercel and Shopify to unify bundler support for shared semantics in both webpack and Vite. Before launch, we want to make sure that the semantics of RSCs are the same across the whole React ecosystem. This is the major blocker for reaching stable.
## Asset Loading {/*asset-loading*/}

View File

@@ -52,7 +52,7 @@ For existing apps, these guides will help you migrate to a client-only SPA:
* [Next.js Create React App migration guide](https://nextjs.org/docs/app/building-your-application/upgrading/from-create-react-app)
* [React Routers framework adoption guide](https://reactrouter.com/upgrading/component-routes).
* [Expo Webpack to Expo Router migration guide](https://docs.expo.dev/router/migrate/from-expo-webpack/)
* [Expo webpack to Expo Router migration guide](https://docs.expo.dev/router/migrate/from-expo-webpack/)
Create React App will continue working in maintenance mode, and we've published a new version of Create React App to work with React 19.

View File

@@ -311,7 +311,7 @@ export default defineConfig({
### Webpack {/*usage-with-webpack*/}
A community Webpack loader is [now available here](https://github.com/SukkaW/react-compiler-webpack).
A community webpack loader is [now available here](https://github.com/SukkaW/react-compiler-webpack).
### Expo {/*usage-with-expo*/}