This is a fix for #99. I had to add some dependencies and change the version of rollup-plugin-web-worker-loader in order to run the example locally. I documented the changes in the README though.
I made a change to the package.json style, in that I added dist to .gitignore, and !dist to .npmignore; I wasn't sure how you feel about committing compiled code.
This is a fix for #99. I had to add some dependencies and change the version of
rollup-plugin-web-worker-loader
in order to run the example locally. I documented the changes in the README though.I made a change to the package.json style, in that I added
dist
to.gitignore
, and!dist
to.npmignore
; I wasn't sure how you feel about committing compiled code.