Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 906a63d

Browse files
committed
Migrated sw to workbox window 🚀
1 parent fd350bf commit 906a63d

File tree

46 files changed

+56
-54
lines changed

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

+56
-54
lines changed

_data/webpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hash: cf4bf324432ceb1fda67
1+
hash: c7d78478db6efdd071c3

_drafts/2020-08-10-webpack-workbox-service-worker-typescript.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,9 @@ precacheAndRoute(self.__WB_MANIFEST)
237237
//...other code...
238238
```
239239

240+
241+
.....workbox window....
242+
240243
#### Conclusion
241244

242245
As you can see, writing a service worker with Typescript is really easy. During the last time during my daily job I'm basically doing more and more web development instead of mobile apps. I feel like I'm almost reaching the mythological status of the "fullstack developer". :laughing: Let's see what the future holds for me.

_includes/critical.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link href="/assets/dist/style.blog.archive.cf4bf324432ceb1fda67.css" rel="stylesheet">
1+
<link href="/assets/dist/style.blog.archive.c7d78478db6efdd071c3.css" rel="stylesheet">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link href="/assets/dist/style.blog.home.cf4bf324432ceb1fda67.css" rel="stylesheet">
1+
<link href="/assets/dist/style.blog.home.c7d78478db6efdd071c3.css" rel="stylesheet">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link href="/assets/dist/style.blog.post.cf4bf324432ceb1fda67.css" rel="stylesheet">
1+
<link href="/assets/dist/style.blog.post.c7d78478db6efdd071c3.css" rel="stylesheet">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link href="/assets/dist/style.blog.tags.cf4bf324432ceb1fda67.css" rel="stylesheet">
1+
<link href="/assets/dist/style.blog.tags.c7d78478db6efdd071c3.css" rel="stylesheet">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link href="/assets/dist/style.cookiepolicy.cf4bf324432ceb1fda67.css" rel="stylesheet">
1+
<link href="/assets/dist/style.cookiepolicy.c7d78478db6efdd071c3.css" rel="stylesheet">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link href="/assets/dist/style.error.cf4bf324432ceb1fda67.css" rel="stylesheet">
1+
<link href="/assets/dist/style.error.c7d78478db6efdd071c3.css" rel="stylesheet">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link href="/assets/dist/style.home.cf4bf324432ceb1fda67.css" rel="stylesheet">
1+
<link href="/assets/dist/style.home.c7d78478db6efdd071c3.css" rel="stylesheet">

0 commit comments

Comments
 (0)