-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Issue with webpack and multiple chunks #899
Comments
This is what I would expect in version I imagine you can get more control of how things are chunked with I will add some comments to give chunks names (eg |
Since recently, I have in my dist 11 files with respectively "Preview", "DailyMotion", "Facebook", "Youtube" and so on named by [Number].js. Even when I have excluded the node_modules from my webpack config for babel-loader.
I would like to exclude those files to have exclusively the source files in my dist.
Here is my webpack config and a screenshot of my dist:
And my dist files look like:
Thanks for your precious help. I've spent hours looking for a solution but .. nothing works!
The text was updated successfully, but these errors were encountered: