Giter Site home page Giter Site logo

Problems with require.cache about webpack HOT 4 CLOSED

jhnns avatar jhnns commented on April 20, 2024
Problems with require.cache

from webpack.

Comments (4)

sokra avatar sokra commented on April 20, 2024

I've done this because it failed reloading loaders when in watch mode and a loader has changed.

It can fail if you rely on require in a loader return the same instance as a require not in a loader.

Multi process compiling is on roadmap and this will make these loaders fail too.

Why exactly do your code fail?

You can stay locked at 0.5.8 until we have a solution. I'm on vacation for a week by now, sorry.

from webpack.

jhnns avatar jhnns commented on April 20, 2024

My module nodeclass takes so-called descriptor-objects and creates a class function. Defining a class looks like:

var MyClass = new Class("MyClass", {
    Extends: require("./MySuperClass.class.js"),
    init: function () {}
});

In order to compute all inherited properties I have to save every descriptor in a registry. Now the registry can't save those descriptors because it is created from scratch for every new class.

I think it's ok that webpack needs to be restarted if a loader has changed. Changing a loader is not the same like changing a module that will be bundled.

Currently webpack removes the whole cache before every single file. This is almost like starting a new process for every file.

from webpack.

sokra avatar sokra commented on April 20, 2024

Hmm.. i should undo this change and make multi process building as opt-in (per loader) feature. Webpack should throw an warning or an error if a loader is changed.

from webpack.

jhnns avatar jhnns commented on April 20, 2024

I'm glad that I could convince you ๐Ÿ˜†

from webpack.

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.