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

Eliminate the need of fetching manifests when using a single minified bundle. #62

Open
kavi87 opened this issue Feb 26, 2016 · 0 comments

Comments

@kavi87
Copy link
Contributor

kavi87 commented Feb 26, 2016

When modules are concatenated and minified for production the loader will still need to fetch several manifests from the server (starting with the main one followed by every other framework and/or business one) thereafter to configure the app . Maybe we should concatenate the entire configuration in the bundle or serialize the entire require.config somewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant