-
-
Notifications
You must be signed in to change notification settings - Fork 27k
CRA 2 - Dynamic Imports for node_modules #4697
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
Comments
You may want to ask this question in an aws-amplify's dedicated support channel: |
My vendor.js file is ~roughly 450kb, so I was hoping to break that up. |
Ah thank you, that's exactly what I was looking for. Thanks for taking the time to answer my question! I really appreciate all the work you guys do on this project. |
Question: I have one massive package (aws-amplify) that sits at around 200kb compressed. Is it possible to break this into a separate chunk with dynamic imports? Regardless of what I do, it always ends up in the vendors bundle..
Running
2.0.0-next.3e165448
.The text was updated successfully, but these errors were encountered: