-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Webpack TS Configuration Initial Implementation (#2283)
* Move react-scripts & webpack-dev-server scripts into modular-scripts/src * Restructure react-scripts & webpack-dev-server & esbuild-scripts into more consistent folder structures * Translate to TS webpack.config.js and most supporting scripts * Deduplicate scripts shared between webpack and esbuild * Rename createPaths to determineTargetPaths to more accurately reflect functionality * Enhance determineTargetPaths to include now deleted/deduplicated paths.js functionality * Add all feature branches to github actions * Update test snapshots * Merge esbuild-https-certs-support - authored-by: Sam Brown <sam.brown@jpmorgan.com>
- Loading branch information
1 parent
8439691
commit 2c25504
Showing
112 changed files
with
3,526 additions
and
3,972 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'modular-scripts': minor | ||
--- | ||
|
||
Fix support for SSL certificates in esbuild mode |
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 @@ | ||
--- | ||
'modular-scripts': minor | ||
--- | ||
|
||
Rewrote Webpack Configuration in TypeScript |
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
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
17 changes: 0 additions & 17 deletions
17
packages/modular-scripts/react-dev-utils/errorOverlayMiddleware.js
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
packages/modular-scripts/react-dev-utils/evalSourceMapMiddleware.js
This file was deleted.
Oops, something went wrong.
82 changes: 0 additions & 82 deletions
82
packages/modular-scripts/react-dev-utils/getProcessForPort.js
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
packages/modular-scripts/react-dev-utils/getPublicUrlOrPath.js
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
packages/modular-scripts/react-dev-utils/launchEditorEndpoint.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.