node-packer
node-packer copied to clipboard
nodec doesn't seem to work with symbolic link bases requires
Hello,
In order to refer to files inside my program as part of a node module, I place a symbolic link in node_modules to my library directory. If the symbolic link inside node_modules is "program" then I can require using this function
let a= require('program/someFile')
This is a common pattern for requires. It seems this is not supported as my program compiles, but then fails during running (due to missing files). Is there any plan to support this feature?
Thanks
John