Coder Social home page Coder Social logo

Comments (4)

alexander-akait avatar alexander-akait commented on June 12, 2024

Can you create reproducible test repo, I think you have a problem with configuration, there is not ts content-type, your worker should have the js extension

from webpack-dev-middleware.

ericvergnaud avatar ericvergnaud commented on June 12, 2024

My worker is written in Typescript, so it has the tsextension (it's not a content-type)

new Worker(new URL("./TeknaWorkerThread.ts" , import.meta.url ), { type: "module"});

If I use .jsin the above example I get the following error:
Module not found: Error: Can't resolve './TeknaWorkerThread.js' in ...

Debugging the dev server, I found that the above call translates into an HTTP GET /static/.../TeknaWorkerThread.SOMEHASH.ts

Then the ts is transpiled to js. But middleware infers the content type from the ts extension.
My proposed fix is precisely to treat as js

I'll try to provide a simple reproducible example in the coming days, please don't close.

Check the links in the report, many people have bumped into this issue (and some of them have gone through extreme workarounds).

from webpack-dev-middleware.

ericvergnaud avatar ericvergnaud commented on June 12, 2024

Creating a project from scratch with a simple worker does not exhibit the issue.
This could be a side effect of using acejs, needing more exploration.
Closing

from webpack-dev-middleware.

alexander-akait avatar alexander-akait commented on June 12, 2024

Just note - ts is still part of js ecosystem, so after transpiling the worker file should have js extensions, there is not ts content-type, ts is a part of js, like you can't have raw react code or vue code for execable files

from webpack-dev-middleware.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.