-
Hello! I'm looking into eventually using this to have super awesome documentation for our SDK at work and started playing with it, but I'm facing the issue of trying to use in-house npm modules that are only available from a private npm repository (jfrog artifactory). How could I use those modules? I saw in the doc that there's a way to host the bundler yourself, but couldn't find anything on that anywhere. It says it's in the Also a somewhat unrelated question. I saw that it use codemirror as an IDE. Why not Monaco like CodeSandbox does? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Hey! @garethx will come back to you about the other questions. About the choice of editor, we use VSCode that uses Monaco, the only part we use codemirror is the embedded because it's lighter to load :) |
Beta Was this translation helpful? Give feedback.
-
Also is it possible to use |
Beta Was this translation helpful? Give feedback.
-
Hey @jfmmm! Alex here, I'm working on To answer your questions:
Hope I answered some of your questions |
Beta Was this translation helpful? Give feedback.
-
For anyone looking to use a private dependency, there seems to now be some basic support for it. Haven't tested yet if it satisfies our needs. https://sandpack.codesandbox.io/docs/faq#how-to-load-local-or-private-dependencies |
Beta Was this translation helpful? Give feedback.
Hey @jfmmm!
Alex here, I'm working on
react-smooshpack
, which is in a middle of a major rewrite/reconversion and will be available asreact-sandpack
in a few weeks. there's an alpha version you can test (https://www.npmjs.com/package/react-smooshpack/v/1.0.0-alpha-14), but it still experimental.To answer your questions:
codemirror
but we're looking into having monaco as an option as well