You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do think we actually lose code splitting because Typescript only supports es6 imports out of the box. We might be able to continue to use require if we include a type declaration for it
I guess our apps currently do not because we got rid of the common chunk. If we were to add a vendor chunk though, we would need to figure something out. Either that, or wait for webpack 2
No description provided.
The text was updated successfully, but these errors were encountered: