Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to specify external dependencies using the Define API #29

Open
kristiansorens opened this issue Mar 15, 2019 · 1 comment

Comments

@kristiansorens
Copy link

I can see it is possible to add node module dependencies, but is it also possible to add external (non-npm) dependencies when creating sandboxes dynamically via the API?

@CompuIves
Copy link
Member

Yes, that should be possible if you put the dependencies directly in the sandbox. So you would have a node_modules folder in the sandbox with the dependency in there 😄.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants