Commit d33f6e8
authored
Update "@rspack/core" and "@rspack/dev-server" versions (#3512)
* Update "@rspack/core" and "@rspack/dev-server" versions
Updated the versions of "@rspack/core" and "@rspack/dev-server" in several package.json files. The new version improves performance and provides additional features. These updates keep the project up-to-date with the latest development practices.
* update rspack
* Add local webpack and setup rspack for development in NextJs and React apps
This commit introduces rspack in the build and dev scripts of NextJs and React apps, replacing webpack-cli. We've added the NEXT_PRIVATE_LOCAL_WEBPACK environment variable in our build and dev scripts for enabling local webpack. In the React app, a new rspack.config.js file has been created for configuring the newly introduced rspack.
* locks
* Update consumers-react compatibility status
Changed the status of compatibility for consumers-react with rspack from not compatible to compatible. This update in the documentation reflects the recent updates and improvements made in the compatibility of the consumers-react with rspack.
* Update consumers-react compatibility status
Changed the status of compatibility for consumers-react with rspack from not compatible to compatible. This update in the documentation reflects the recent updates and improvements made in the compatibility of the consumers-react with rspack.
* Add extensions resolution to rspack.config.js
Added resolve property with extensions ['.ts', '.tsx', '.js'] to the configuration files of both app1 and app2. This allows for the resolution of TypeScript files and JavaScript files in the rspack module bundler, enhancing compatibility and flexibility.
* Update RemoteButton import path in Components.tsx
Changed the import path for RemoteButton in Components.tsx. Instead of 'app2/NoLongerWorks', the code now imports from 'app2/Button', ensuring efficient loading and operation of the Button component in the application.
* l
* locks
---------
Co-authored-by: ScriptedAlchemy <zackaryjackson@bytedance.com>1 parent 61a7a89 commit d33f6e8
File tree
74 files changed
+1701
-1496
lines changed- advanced-api
- automatic-vendor-sharing
- app1
- app2
- dynamic-remotes-runtime-environment-variables
- host
- remote
- angular14-react
- react-user-list
- complete-react-case
- component-app
- lib-app
- main-app
- comprehensive-demo-react16
- app-01
- app-02
- app-03
- app-04
- app-05
- comprehensive-demo-react18
- app-01
- app-02
- app-03
- app-04
- app-05
- css-isolation
- app1
- app2
- different-react-versions-16-17-typescript
- app1
- app2
- different-react-versions-16-17
- app1
- app2
- different-react-versions-16-18
- app1
- app2
- different-react-versions-isolated
- app1
- app2
- different-react-versions-typescript
- app1
- app2
- different-react-versions
- app1
- app2
- federated-css
- consumers-react
- any-combination
- combination-of-4
- expose-remotes
- expose-css-module
- expose-css
- expose-jss
- expose-less
- expose-scss
- expose-styled-component
- expose-tailwind-css-global
- expose-tailwind-css-module
- nextjs-react/host-app
- rspack-webpack-interop
- app-02
- app-03
- app-04
- app-05
- rspack-webpack-offload
- component-app
- lib-app
- main-app
- runtime-plugins/control-sharing
- app1
- app2
- typescript-react-fallback/app1/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+1701
-1496
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments