Replies: 2 comments 1 reply
-
Hey there, did you find a solution for this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
In this case, do you want to get the output of what Sandpack generated in-browser? I don't think we can do that easily, because Sandpack compiles the code specifically to run in our in-browser bundler, so running it locally would be hard to do. We could share the cache, so Sandpack starts it faster. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way of getting the (npm run build) production build output via Sandpack?
What I would love to do is ideally get a minified js/css output of an App somehow via Sandpack
(I don't want to build it locally for safety concerns that you have already fixed)
Is this possible in any way?
Beta Was this translation helpful? Give feedback.
All reactions