How can I externalize a certain package and require them at runtime? #74
-
I have a native addon that also dynamic linking to some dlls, and pkg just copied .node itself which doesn't work. I'd like to ask pkg to ignore this package and I'll copy node_modules beside. |
Beta Was this translation helpful? Give feedback.
Answered by
robertsLando
Jun 24, 2024
Replies: 1 comment
-
Starting from 5.12.0 you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
robertsLando
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Starting from 5.12.0 you can use
--ignore
flag to ignore certain files from pkg build, see #68