-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build toolchain rework #859
Closed
8 tasks done
Labels
feature
New feature or request
Comments
siarheiyelin
pushed a commit
that referenced
this issue
Dec 7, 2022
siarheiyelin
pushed a commit
that referenced
this issue
Dec 7, 2022
This was referenced Dec 7, 2022
siarheiyelin
pushed a commit
that referenced
this issue
Dec 7, 2022
…es-change-doc-export Change the way how "*.doc.ts(x)" modules export things. Related to #859.
siarheiyelin
pushed a commit
that referenced
this issue
Dec 7, 2022
This was referenced Dec 20, 2022
This was
linked to
pull requests
Dec 21, 2022
This was
linked to
pull requests
Dec 22, 2022
Released in 5.0.0 ver. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prerequisites - part 1.
of style-loader.
export =
toexport default
. Reason: to be able to migrate to the most recent version of babel transformer. See "Caveats" section of this article for more details.Prerequisites - part 2. Move sources of each module to the "./src" folder.
Purpose of this change:
-- Simplifies configs
-- fixes issues with rollup watch. It's related to how typescript resolves modules, see more details here. The structure of module would look like this:
Note: Need to apply changes to next modules as well: "uui", "epam-promo", "loveship". But it's blocked until "feature/uui-themes" branch is merged to develop. Need to wait because of potentially big amount of merge conflicts. This part can be done later.
Migrate "app" module to latest CRA
Migrate build of modules to Rollup.
Future changes
Simplify Webpack/Craco config:
Improve static code analysis:
Tree shaking:
SCSS
The text was updated successfully, but these errors were encountered: