-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Splitting our packages into two more pacakges:
types
and shared-ui
(
#68) * create types package * fixed build issue for types package * created a shared-ui package * fixed fingerprint issues * added production builds * added production builds * fixed build issus in react and react-sdk packages * updated types of all packages * fixed production build issues * used wildcard versioning for packaged (temporary change) * fixed all the issues with production build * updated commands for main repo * refactored react package * removed yalc * Use react-app-rewired to allow create-react-app work together with a monorepo * Update setup.md * added svgr support for webpack react svg components * some package-lock.json changes --------- Co-authored-by: Incorbador <[email protected]>
- Loading branch information
1 parent
0144eaa
commit 79a7551
Showing
136 changed files
with
25,806 additions
and
29,460 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ dist | |
.DS_Store | ||
.idea | ||
.yalc | ||
lerna-debug.log |
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 was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"$schema": "node_modules/lerna/schemas/lerna-schema.json", | ||
"version": "0.0.0" | ||
"version": "0.0.0", | ||
"packages": ["packages/**"] | ||
} |
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.