andywer / andywer/threads.js

Building React with webpack 4 and a node module that uses threads.js

未关闭
#430 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
TypeScript
星标
3.5k
派生
173
PR 合并指标
30 天内没有已合并 PR

描述

I'm trying to build a react website which contains a custom built node module, and I want to make use of worker threads in this node module.

I've added the react plugin to the react webpack config: plugins: [new ThreadsPlugin()] with const ThreadsPlugin = require('threads-plugin'); at the top.

Ive followed the examples and I when it comes to create a worker I get

Refused to execute script from 'http://localhost:3000/static/js/add.js' because its MIME type ('text/html') is not executable.

I'm guessing this is because it's losing the add.js file location within the webpack as when you navigate http://localhost:3000/static/js/add.js it returns a 404 web error, but I don't know how to correct for this.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。