Commit graph

3 commits

Author SHA1 Message Date
lawl 6e018288de cleanup worker migration 2020-03-31 18:13:58 +02:00
lawl d57db886ac fix workers to work with worker-loader 2020-03-31 17:16:30 +02:00
lawl f7ec12aa8d Change worker stuff to use worker-loader
Previously we used webworkify-webpack to make web-workers work. We now
use the worker-loader webpack plugin which is available since webpack 4
to handle workers.

It still doesn't want to connect to the server, but all JS errors in the
dev console are gone. Progress.
2020-03-31 16:05:14 +02:00