Replies: 3 comments
|
Try |
0 replies
|
Thank you for the question, I'll convert to conversation to see if it's a general issue - if so we could talk about how to solve it. |
0 replies
Isn't this what source map files are for? Source maps are always generated in production. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It's not supported. Development builds you get with
npm startare in development mode and not minified, but they're not actually written to the disk. Production bundles are always minified.What do you need it for?
Originally posted by @gaearon in #3403 (comment)
All reactions