ssr icon indicating copy to clipboard operation
ssr copied to clipboard

Code splitting at the package level.

Open cbilotta opened this issue 9 years ago • 0 comments

With Meteor 1.5, because of dynamic imports, we will be able to only load modules with what we actually need to use it.

It will be great to avoid the cost of bundling internationalization, logging, etc ... If the user doesn't use it while maintaining ease of use for these additions to the SSR package.

cbilotta avatar Mar 02 '17 10:03 cbilotta