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
{{ message }}
This repository was archived by the owner on Dec 31, 2020. It is now read-only.
When using mobx-react from a public npm-based CDN (e.g. https://unpkg.com/mobx-react), it is harder to distinguish its network requests, since the bundles are named index.*.js
Both Chrome and Firefox dev tools show only index.js in the corresponding row of the network log. Even in expanded mode, searching the url for the package name takes more time.
Would it be possible to change the bundle names to mobx-react.*.js?
(this issue is also true for mobx-react-devtools)
This one is not a bug, but more of an annoyance.
When using
mobx-reactfrom a public npm-based CDN (e.g. https://unpkg.com/mobx-react), it is harder to distinguish its network requests, since the bundles are namedindex.*.jsBoth Chrome and Firefox dev tools show only
index.jsin the corresponding row of the network log. Even in expanded mode, searching the url for the package name takes more time.Would it be possible to change the bundle names to
mobx-react.*.js?(this issue is also true for
mobx-react-devtools)