Giter VIP home page Giter VIP logo

Comments (4)

osheroff avatar osheroff commented on September 4, 2024

nevermind, this was due to a bad yarn-link configuration; worker-loader was using its own version of webpack which was causing some confusion.

from worker-loader.

gunn4r avatar gunn4r commented on September 4, 2024

nevermind, this was due to a bad yarn-link configuration; worker-loader was using its own version of webpack which was causing some confusion.

Running into this issue right now. What was the resolution?

from worker-loader.

osheroff avatar osheroff commented on September 4, 2024

I found that there were two copies of webpack loaded (one worker-loaders's's node_modules). There's a strict object equality check in getCompilationHooks (is this the object the copy of webpack something that I loaded?) that fails when this is the case.

I think you can also trigger this by running a global copy of webpack that conflicts with worker-loader's local copy.

from worker-loader.

gunn4r avatar gunn4r commented on September 4, 2024

Yeah looks like you're right. I forced the resolution of my version of WP, fixed it right up. 👍

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.