-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
botonic-dx: use rspack as a bundler (#2968)
## Description @botonic/eslint-config - upgrade dependencies @botonic/dx-bundler-rspack - add dependencies removed from @botonic-dx @botonic/dx - add @botonic/dx-bundler-rspack to use rspack as a default bundler @botonic/dx-bundler-webpack - new package, it will not be used by default in @botonic/dx but if someone wants to use webpack instead of rspack it can be installed independently to have all the dependencies i an example of `webpack.config.js` ## Context Update `eslint` config to allow not `import React from 'react'` in components using `rspack` as a builder
- Loading branch information
Showing
27 changed files
with
1,652 additions
and
1,492 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#not adding lock to avoid noise in repository | ||
#since it only contains dev deps, upgrading too far will not breaking in runtime | ||
package-lock.json |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.