-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task: Migrate from webpack v4 to webpack v5 (#1395)
* update plugins and loaders * update react dev utils * add FixFormatter plugin * update fork-ts package * fix json parsing errors * add eslint-webpack-plugin * update react-dev-utils * update eslint config * fix linting errors * remove unsupported plugin * remove caret * update webpack config file * update node-sass package * update webpack-config * downgarde node-sass and upgrade webpack-dev-server * remove close function * update webpack dev server settings * update webpack config settings * update build info path * update vulnerable dependencies * add babel/runtime dependency * configure babel to use relative path * update Workbox options * update babel-preset-react-app * adding babel-preset for webpack 5 * update babel packages and settings * add new rule * rename babel config file * add runtime preset * Update linter.yml * Update azure-static-web-apps-jolly-sand-0ac78c710.yml * increase cache size * remove coverage path fix to invoke path error * test coverage with unix environment * refactor sonar analysis to a separate workflow * refactor sonarcloud to workflows directory * revert to the original linter workflow * Update azure-static-web-apps-jolly-sand-0ac78c710.yml * Update linter.yml * update webpack config file * update eslint packages * update import * update errors * add localization * update @typescript-eslint packages * remove try...catch * remove unused import * remove unused string * display error message * remove plugin * remove commented code Co-authored-by: Evans Aboge <[email protected]> Co-authored-by: Charles Wahome <[email protected]>
- Loading branch information
1 parent
131e9f9
commit 7c9645b
Showing
21 changed files
with
9,500 additions
and
17,698 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"presets": [ | ||
"@babel/preset-env" | ||
] | ||
} |
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.