How to download the compiled (bundled) files from a react sandbox #5133
-
I can download my source files, but how do I download the contents of the build directory? |
Beta Was this translation helpful? Give feedback.
Answered by
SaraVieira
Nov 16, 2020
Replies: 1 comment 5 replies
-
Hey! Our build is made specifically for CodeSandbox so it would not work locally that's when you deploy to Vercel or netlifly we build it using react scripts instead of our own bundler since ours turns things like We do not currently make it available to download since to work on a machine or deployment service you will need to build using the appropriate building tool |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
jsejcksn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey!
Our build is made specifically for CodeSandbox so it would not work locally that's when you deploy to Vercel or netlifly we build it using react scripts instead of our own bundler since ours turns things like
import
to$csb_import
that are internal functions.We do not currently make it available to download since to work on a machine or deployment service you will need to build using the appropriate building tool