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

[webpack] debugging problems #302

Closed
svenefftinge opened this issue Jul 15, 2017 · 3 comments
Closed

[webpack] debugging problems #302

svenefftinge opened this issue Jul 15, 2017 · 3 comments
Assignees
Milestone

Comments

@svenefftinge
Copy link
Contributor

Somehow there are multiple copies of a module loaded (they get different suffixes). E.g.:

screen shot 2017-07-15 at 10 00 23

If you want to debug by setting a breakpoint you need to set it in the right file, to have it hit.

@akosyakov could that be related to the recent change in our webpack config where it now builds a chink per extension?

@akosyakov
Copy link
Member

yes, you are right, i will remove code splitting, it introduces a lot of duplications in such way

@akosyakov
Copy link
Member

Fixed with #319

@JanKoehnlein
Copy link
Contributor

Sorry for the noise.

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