Commit aaddb29
[WP5] Webpack5 update (#10961)
* Revert "Revert "Update postcss packages" (#10216)"
This reverts commit 3968923.
* Revert "Update postcss packages" (#10216)
This reverts commit 580ed5d.
* Update postcss and loader
* Update fork-ts-checker-webpack-plugin@5.2.1
References:
* [hook rename](TypeStrong/fork-ts-checker-webpack-plugin#490)
* [include/exclude](TypeStrong/fork-ts-checker-webpack-plugin#450) and [issue options](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin#issues-options)
* [release notes 5.0.0](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/releases/tag/v5.0.0)
* Update fork-ts-checker-webpack-plugin 6.0.5
* Add css-minimizer-webpack-plugin@1.1.5 remove
Add css-minimizer-webpack-plugin@1.1.5
Remove optimize-css-assets-webpack-plugin and postcss-safe-parser
References:
* https://webpack.js.org/plugins/css-minimizer-webpack-plugin/
* Add support for Webpack 5 message objects
* Update WebpackManifestPlugin to v3.0.0
* Support both "SingleEntryPlugin" and "EntryPlugin"
* Support Webpack 5 IgnorePlugin signature
Reference:
* https://webpack.js.org/plugins/ignore-plugin/#example-of-ignoring-moment-locales
* #10006
* Update webpack and dev server
* Enable persistent cache
* Fix react-error-overlay webpack
* Fix dev server config
* Remove support for SingleEntryPlugin
* update workbox-webpack-plugin
* Fix post css config
* Comment out WebpackManifestPlugin for now having issues with undefined path
* Add fast refresh entries to ModuleScopePlugin
* Format files
* Remove unused variables in start command
* git ignore tsconfig.tsbuildinfo
supporting incremental typescript builds
* simplify output path
review feedback from @kumarlachhani
* Use asset modules in react-scripts
* Use asset modules in react-error-overlay
* eslint-config-react-app typo fix (#10317)
This just fixes a shell snippet in the readme file for this plugin
* Fix link address (#10907)
Replace the Github home link with a link to the repo's main page or a link to the source (https://github.com/CodeByZach/pace/blob/master/pace.js)
* Bump immer version for fixing security issue (#10791)
Bump immer minor version to fix `Prototype Pollution` Security issue.
* test(create-react-app): add integration tests (#10381)
* Revert "Use asset modules in react-error-overlay"
This reverts commit 952f896.
* Disable broken tests for now
* Revert source-map bump in react-error-overlay
* JSON is using default export
* Webpack config: Remove invalid parser configuration
* Fix issue with ModuleScope and babel runtime
* Fix svgr configuration
* Webpack config svg use file-loader instead of url-loader
* Update postcss-normalize
* Fix asset output name
* Update test matrix using node 12+14
postcss normalize only support node >=12
* Fix file output extension
* Align assetModuleFilename
* pipeline update configuration names
* Add back webpack-manifest-plugin
* Fix kitchen sink get actual href value
.href is prefixed with http://localhost etc.
* Update kitchen sink test to webpack 5 asset modules
* Let webpack handle global this
* Fix eject copy config/webpack/persistentCache folder
* Move tsbuildinfo into cache folder
* Update dependencies
* Update webpack-dev-server to beta.3
* Compilation.modules changed to type Set
reference: comment by @slorber #9994 (comment)
* Format JsonInclusion.js using prettier
* Run prettier on webpack dev server config
* Enable e2e behavior tests using node 12+14
* Comment out e2e behavior tests for now
* Add experimental support for module federation
* Fix missing wds socket path update
accordingly to review by @xiaokekeT
* Revert "Add experimental support for module federation"
This reverts commit 8fdc63b.
Co-authored-by: Ian Schmitz <ianschmitz@gmail.com>
Co-authored-by: jasonwilliams <jase.williams@gmail.com>
Co-authored-by: Joseph Atkins-Turkish <spacerat3004@gmail.com>
Co-authored-by: e-w-h <46170930+e-w-h@users.noreply.github.com>
Co-authored-by: Shamprasad RH <shamprasad.rh@mail.weir>
Co-authored-by: James George <jamesgeorge998001@gmail.com>1 parent fddce8a commit aaddb29
File tree
31 files changed
+432
-401
lines changed- .github/workflows
- docusaurus/docs
- packages
- create-react-app/__tests__
- eslint-config-react-app
- react-dev-utils
- react-error-overlay
- react-scripts
- config
- webpack/persistentCache
- fixtures/kitchensink/template
- integration
- src/features/webpack
- scripts
- utils
- test/integration/create-react-app
31 files changed
+432
-401
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
| 103 | + | |
111 | 104 | | |
112 | 105 | | |
113 | 106 | | |
| |||
0 commit comments