Replies: 1 comment
-
Moving the bundles from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a guidance document on integrating (classic) web workers into Gatsby? e.g. not adding those to the service worker.
I have a webworker javascript file fully bundled (using microbundle, thanks for the tip) that i would like to integrate into a Gatsby site. Following the webpack 5.0 syntax guide (https://webpack.js.org/guides/web-workers/), I am trying to start it as follow:
However I must be missing some magic because it seems that the worker gets loaded into the main page or something is wrong with the fast-refresh-reload module.
Beta Was this translation helpful? Give feedback.
All reactions