Git Product home page Git Product logo

Comments (6)

michael-ciniawsky avatar michael-ciniawsky commented on August 20, 2024 1

https://github.com/webpack-contrib/worker-loader/blob/master/index.js#L22 explicitly seems to disable caching for some reason, so the question is if this is required for the loader to work correctly :) ?

from worker-loader.

tobek avatar tobek commented on August 20, 2024

Maybe this was fixed since this issue was opened, but the worker should be cacheable by browsers, if that's what you mean. By default the worker script produced is named with a content-dependent hash in it (e.g. 2e9912589ce947ab1cf5.worker.js).

If you override the output file name (e.g. require('worker-loader?name=output-name.js!./source-file.js')) then the hash is not included. However, you can use the text [hash] in the name, and it will be interpolated correctly. I've added this to the documentation with #53.

from worker-loader.

renchap avatar renchap commented on August 20, 2024

I think the issue comes from the output of webpack-dev-server for the worker file:

 [./app/workers/process_new_files.js] ./app/workers/process_new_files.js 61 kB {1} [not cacheable] [built]

The worker file is processed each time a source file is changed, even if it does not touch the worker source or a module it depends on via import.

from worker-loader.

TrySound avatar TrySound commented on August 20, 2024

@renchap If you will find a solution I will be glad to accept it :)

from worker-loader.

renchap avatar renchap commented on August 20, 2024

Unfortunately I have no idea what causes this, and I a quick glance has not helped, I am not very familiar with Webpack plugins internals. I was just trying to clarify the issue :)

from worker-loader.

renchap avatar renchap commented on August 20, 2024

Looks like it has been added for Webpack 2 compat here: #24 by @dtinth, and confirmed it is needed by @sokra.

From what I understand, it creates 2 visible effects:

  • some additional output at each compilation
  • as a new name is generated for each compilation, this creates a lot of extra files in the output directory

from worker-loader.

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.