Giter Site home page Giter Site logo

Comments (7)

guybedford avatar guybedford commented on August 15, 2024 1

In #378 this is resolved by two mechanisms: (1) require.resolve is statically analyzed so in the above example, the require itself is known, and (2) require.resolve when not possible to statically determine is replaced with the resolve of the target environment.

The result is that the edge cases left of require.resolve are exactly the edge case of dynamic require support. So we can track further in its own issue on that.

from ncc.

TooTallNate avatar TooTallNate commented on August 15, 2024

This is a webpack-specific hack that works TooTallNate/node-bindings@40dcc1f

from ncc.

guybedford avatar guybedford commented on August 15, 2024

Nice, that seems a sensible approach to getting bindings working. Although it relies on the node_modules location right?

from ncc.

TooTallNate avatar TooTallNate commented on August 15, 2024

It's just a way to "break out" from the webpack "fails as a module not found, all the time" scenario and get access to the native require. Indeed this is a runtime thing though so maybe it's not applicable here.

from ncc.

guybedford avatar guybedford commented on August 15, 2024

@TooTallNate another option for breaking out of webpack without per-package hacks might be to reinstrument https://github.com/webpack/webpack/blob/master/lib/ContextModule.js#L610 through the plugin system (I'm sure there's a way!) to check the global require on not found first.

from ncc.

guybedford avatar guybedford commented on August 15, 2024

I tried hacking the above approach to make webpack loaders work, but unfortunately passing string ids through the resolver was causing breaks in the internal loader logic (eg loader resolve -> "1026" kind of thing).

That was the primary goal of this issue, although the approach may still work for Babel plugins.

Leaving this one for now.

from ncc.

guybedford avatar guybedford commented on August 15, 2024

Reopening this issue, as coming up with a solution to these dynamic cases will solve #141, #148, #290.

from ncc.

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.