We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f999a3 commit b1aacbaCopy full SHA for b1aacba
examples/web-worker/README.md
@@ -189,7 +189,7 @@ onmessage = function(event) {
189
/******/ ]);
190
```
191
192
-# js/0.[hash].worker.hs
+# js/0.[hash].worker.js
193
194
``` javascript
195
webpackChunk([0],[
@@ -336,4 +336,4 @@ Child worker:
336
chunk {1} hash.worker.js (main) 168 bytes [rendered]
337
> main [1] ./worker.js
338
[1] ./worker.js 168 bytes {1} [built]
339
-```
+```
examples/web-worker/template.md
@@ -23,7 +23,7 @@
23
{{js/hash.worker.js}}
24
25
26
27
28
29
{{js/0.hash.worker.js}}
@@ -41,4 +41,4 @@
41
42
43
{{min:stdout}}
44
0 commit comments