PKPavithra KodmadOct 24, 2016
webpack : How does System.import() work? Have you used it?
While trying to understand code splitting in webpack, it is now common to see that require.ensure() has been replaced by System.import(). But I do not find that all features of require.ensure() are present in the latter. For eg - System.import() ...
Join discussion