Joe Liccini

Results 9 comments of Joe Liccini

This proposal is super exciting! Has any thought been given to pre-rendered lazy routes? We can achieve pre rendered lazy routes via https://github.com/angular/universal/blob/master/modules/ng-module-map-ngfactory-loader/README.md Is it possible for the hydration to...

Webpack 2.4 will support TS tree shaking I believe. Due to a bug in uglify js

@Ibrahim-Islam I think in the 'Known Issues' section of the Readme he goes over why TS Tree Shaking doesn't work in ES5 environments. I believe that TS => ES6 might...

This feature would be great, is it still on the roadmap for this plugin?

Could this work for `[ClassCleanup]` too?

yeah I can do that sometime this week probably. I thought maybe passing in something like `stats: 'errors-only'` detailed here: https://webpack.js.org/configuration/stats/#components/sidebar/sidebar.jsx I am thinking: - wrap in `try-catch` as you...

This saved me from having to write this myself! Thanks! Would be nice if integrated in the official Nuget package eventually...

Also, when running this in an ES6 environment, Angular throws an exception because the value for loadChildren must be function, and not a lamda. I can attach error here in...

![image](https://cloud.githubusercontent.com/assets/7726025/24526771/41e556ee-1554-11e7-818e-8118d6a11b36.png)