Commit 904740d
authored
Upgrade to Webpack 5 (#655)
* Update webpack
* Remove @types/webpack
* Remove task instance from current task meta
* Add task name to current task meta
* Improve string typings for task name
* Disable tests for Astroturf
* Use temporary types for the most packages which uses @types/webpack before
* Remove `any` types due to this change
* Update `webpack-assets-manifest` to `v5` branch with Webpack 5 support
* Update `html-webpack-plugin` to 5.0.0-alpha version with Webpack 5 support
* Fix lint-staged config for prettier
* Disable caching pnpm store on CI
* Update Webpack dependency in all packages
* Regenerate lock file (due to problem with webpack types)1 parent 7bba4f7 commit 904740d
File tree
45 files changed
+1080
-1529
lines changed- .github/workflows
- examples
- __tests__
- react-16
- react-astroturf
- react-fast-refresh
- react-less
- react-sass
- react-svg-component
- react-typescript
- react
- spa-import-json
- packages
- core/src
- cli
- plugin-webpack-babel
- plugin-webpack-css
- plugin-webpack-eslint
- plugin-webpack-less
- plugin-webpack-pwa
- plugin-webpack-react
- src
- plugin-webpack-sass
- plugin-webpack-spa
- src
- tasks
- utils
- types
- utils-webpack-styles
- src
- types
- webpack-config
- src
- modifications
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+1080
-1529
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 13 | | |
21 | 14 | | |
22 | 15 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
0 commit comments