Including only one specific .node binary #15374
Unanswered
bogdankatishev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is it possible to only include one specific .node binary and exclude everything else instead of compiling them all?
For example: I have a node_module installed that has these binaries in it:
And I only need one of them in my final compiled bundle:
uws_linux_x64_83.node
I already tried excluding them with the exclude flag in my
webpack.config.json
with various regex's but nothing seems to work:Beta Was this translation helpful? Give feedback.
All reactions