-
-
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
Allow "watch mode" on npm scripts after ejecting #1172
Comments
I don't quite understand what you mean by
I'm also not sure what "disabling" development server means. Can you describe your desired workflow in detail? |
Sorry for not being a bit more detailed. Watch mode: simply put, to be able to do the equivalent of Disable Webpack Dev Server: in my particular case is used Hope this explanation is a little better. Thanks for the quick reply. |
Do I understand correctly this is the same request as #1070? |
Would you want watch to run in production or development mode? That is, would you want to see sources minified or not? |
Ok, that sounds pretty much like what I need. For the record, I did search the issues for similar requests but did not see this one. Is this in the works? If not, are there any workarounds to achieve watching files? Edit: I Just saw your latest reply. Yes, would like this in dev mode. I don't mind minified sources since you have the source maps enabled. |
Got it. Let’s track this in #1070 then. It’s not a priority right now but we’ll want to address this eventually. |
Thanks for helping Dan, as always.
El El mar, 6 de dic de 2016 a las 8:35 a.m., Dan Abramov <
[email protected]> escribió:
… Got it. Let’s track this in #1070
<#1070> then.
It’s not a priority right now but we’ll want to address this eventually.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1172 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABNmSugU59XbsyW7kTOX8c6ZKAXl64OCks5rFWSygaJpZM4LFFym>
.
|
I have successfully ejected a create react app I created but now I want to do 2 things:
If this is already possible please include how to do this in the documentation.
Thanks, great work.
The text was updated successfully, but these errors were encountered: