Commit 6ce969a
authored
webpack plugin updates for v5 (#2087)
* Initial GenerateSW changes.
* WIP.
* Basic InjectManifest functionality.
* Normalize webpack option validation.
* Working-ish?
* Copy over some compiler options.
* More mode magic
* Manifest transformations should work
* Normalized error reporting a bit.
* Switch to Proxx's loadz0r config
* Tweak the default exclude
* Play nicely with SplitChunkPlugin
* Add a warning about missing chunks.
* Rename a test.
* Updated a few comments.
* Test-related updates
* Further test fixes.
* Pretty complete GenerateSW test suite.
* InjectManifest tests.
* Linting.
* Copyright dates.
* Update jsdoc-baseline
* lockfile update
* Fix the generate-sw test on Windows.
* Switch to upath
* Fix a proxied call to upath
* Missed a @Private
* A few nits.1 parent 7b52dc4 commit 6ce969a
File tree
46 files changed
+4078
-3185
lines changed- infra/testing
- packages
- workbox-build
- src
- entry-points/options
- lib
- workbox-webpack-plugin
- src
- lib
- test
- workbox-build/node
- entry-points
- options
- lib
- workbox-webpack-plugin
- node
- static
- example-project-1
- wasm-project
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+4078
-3185
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
| 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 | + | |
| 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 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments