Skip to content
This repository was archived by the owner on Dec 31, 2020. It is now read-only.
This repository was archived by the owner on Dec 31, 2020. It is now read-only.

Bundle names: using mobx-react instead of index #408

@AviVahl

Description

@AviVahl

This one is not a bug, but more of an annoyance.

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions