Skip to content
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

addBundleVisualizer open a new tag each time #37

Closed
solayao opened this issue Nov 21, 2018 · 1 comment
Closed

addBundleVisualizer open a new tag each time #37

solayao opened this issue Nov 21, 2018 · 1 comment

Comments

@solayao
Copy link

solayao commented Nov 21, 2018

if (module.hot) {
    module
        .hot
        .accept()
}

when i hot load cra, the func addBundleVisualizer() create a new tag for analyzing every time when i changed.
if i use addBundleVisualizer({}, true), the react-router can't apply to visit the report.html.
how i use addBundleVisualizer and the analyze page open once??

@FezVrasta
Copy link
Collaborator

the report is not meant to be used in your app 🤔

@arackaf arackaf closed this as completed Nov 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants