-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Question: Can I make non-minified build? #3403
Comments
It's not supported. Development builds you get with What do you need it for? |
I don't understand why this is important to you. No, it's not supported. |
If I may, I have an error on my build: when I do on my iPhone "Add to Home Screen", I have this error "SyntaxError: Unexpected token ':'. Parse error.". For debugging, I open the dev tools in Safari, but I can't find a way to prettify my JS code, so I am unable to debug my code and find where the unexpected token is. |
I have the same issue with electron, my build works in local but not inside electron, I can't debug the minified file ! |
An additional use case for this is when debugging end-2-end tests - we run them against a qa deployment, and get a nice video of what happens, but is very difficult to debug when the error in the console is |
It would be nice. I'm currently facing a bug that is only reproducible in the production version of the code. Minified code is horrible to debug. |
I am using create-react-app with Cordova. Every time I make a change for debugging I need to rebuild, which may take half an minute. It would be nice to have the production build not minified so that I can debug on the production build. |
there are cases than minify failes if npm module doesn't support ES5. |
A specific example of the issue that @lebed2045 described: |
I'm running code through a 3rd party service that hosts the code and only gives the APIs access from within their own environment. I cannot run the code locally because all of what my code does is based on the APIs inside their service. This project and a lot of others from Facebook seem to keep removing common, useful features with the idea that they are keeping the rest of us from shooting ourselves in the foot. Makes using their software painful. I don't get why there is an objection to adding this functionality when anyone else would find this a very reasonable request. |
what solution is there for when one needs to integrate a product created with "create-react-app" into a different build and minifying system? edit: |
This is important to me because it also seems to minify the contents a |
Has a decision been taken ? If yes, can someone please update this thread ? If no, then can this be added to the priority list please ? Thanks |
The issue has been closed because it won’t be supported. What needs to be updated about it? |
Sorry , I was thinking that this would be reopened because there are requests that warrant a second look. This is what my premise was. |
+1 - I am using create-react-app in a QWebEngineView The time it takes to pretty print and apply the symbol maps to the minified source causes the remote debug session to timeout, basically making it impossible to step through the source. |
No description provided.
The text was updated successfully, but these errors were encountered: