You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
When you use react-most-wanted in phpstorm and click on "go to definition" you are sent to the dist version of the component which is ok to check for properties but not too helpful to get an overview. At the moment the only way to look things up in the source is clickig through GitHub which is not always intuitive.
CRA, for example, ships with source map files that allows the dev to see the actual component code. They even create them by default in production builds for apps and at first glance I see no draw back for rmw.
I wanted to try my luck to find the responsible piece of configuration but I had no luck (#319).
A cutout from the dist version of the App component.
The text was updated successfully, but these errors were encountered:
Hi.
When you use react-most-wanted in phpstorm and click on "go to definition" you are sent to the dist version of the component which is ok to check for properties but not too helpful to get an overview. At the moment the only way to look things up in the source is clickig through GitHub which is not always intuitive.
CRA, for example, ships with source map files that allows the dev to see the actual component code. They even create them by default in production builds for apps and at first glance I see no draw back for rmw.
I wanted to try my luck to find the responsible piece of configuration but I had no luck (#319).
A cutout from the dist version of the
App
component.The text was updated successfully, but these errors were encountered: