🍔 Worker biting back

This commit is contained in:
2021-04-27 13:59:44 -07:00
parent 71693da709
commit d38309001f
6 changed files with 52 additions and 30 deletions

View File

@@ -2,7 +2,7 @@ import * as React from "react";
import _ from "lodash";
import { connect } from "react-redux";
import * as Comlink from "comlink";
import ExpensiveProcessor from "worker-loader!../workers/extractCovers.worker";
import ExpensiveProcessor from "comlink-loader!../workers/extractCovers.worker";
interface IProps {
matches: unknown;