Closed dapriett closed 7 years ago
In the config is there a way to patch node_modules?
Dear users of EncloseJS! I highly encourage you to switch to https://github.com/zeit/pkg It is rewritten successor of EncloseJS. It is open source, and all improvements will go there. Please check if pkg has your issue unresolved, and if it is true, reopen your issue there: https://github.com/zeit/pkg/issues
Hello,
I wanted to try out enclose on my sails app, but I'm running into errors with a module I'm using, mincer:
I'm using the example sails app compile script: https://github.com/igorklopov/enclose/blob/master/examples/26-sails/compile.js
How would I modify it to ignore those requires in that module?
Thanks!