diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2022-08-26 03:10:01 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-25 20:10:01 +0200 |
commit | 81e1cc5fece9a431c28ca648c2dd4b1b5f643f13 (patch) | |
tree | 0ab25ce1a64ab1f40c726b907fca8f71b86f7774 /public | |
parent | 55bef1e34fc3b07ed7f762d565a161e74e128016 (diff) |
Replace to `workbox-webpack-plugin` from `offline-plugin` (#18409)
Diffstat (limited to 'public')
l--------- | public/sw.js | 2 | ||||
l--------- | public/sw.js.map | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/public/sw.js b/public/sw.js index 1471a9e64..debb9af9d 120000 --- a/public/sw.js +++ b/public/sw.js @@ -1 +1 @@ -assets/sw.js \ No newline at end of file +packs/sw.js \ No newline at end of file diff --git a/public/sw.js.map b/public/sw.js.map new file mode 120000 index 000000000..0734c8199 --- /dev/null +++ b/public/sw.js.map @@ -0,0 +1 @@ +packs/sw.js.map \ No newline at end of file |