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

How do I find out what's included in "+ modules" (plus modules) #62

Open
dminkovsky opened this issue Jan 22, 2019 · 2 comments · May be fixed by #63
Open

How do I find out what's included in "+ modules" (plus modules) #62

dminkovsky opened this issue Jan 22, 2019 · 2 comments · May be fixed by #63

Comments

@dminkovsky
Copy link

dminkovsky commented Jan 22, 2019

I have a bundle that looks like this:

screen shot 2019-01-22 at 12 54 06 pm

I have no idea what the "+ 143 modules" could be. How do I find out what's included in those modules?

@jakub-g
Copy link

jakub-g commented Apr 30, 2019

@dminkovsky @balthazar @jrackTao I had the same question a while ago. You need to disable ModuleConcatenationPlugin

With webpack 4, you can do this by passing the following to the config:

      ...
      optimization: {
        concatenateModules: false,
      },

BTW this info looks like something that could go into README

@dminkovsky
Copy link
Author

@jakub-g Thank you!

@jakub-g jakub-g linked a pull request May 2, 2019 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants