I discovered this gem the other day, ngc-loader, by one of the Webpack core team members.
Would it make sense to try to add it to the project? I asked the guy on twitter and he said that the AngularClass starter uses it (I couldn't see where), and he said a few other ones but didn't specify.
I realise you already try to do something related to precompilation, seeing some precompile property in the AppComponent's @Component.
Would that be a good idea, or you rather wait for Application Modules or something?
I think this one is usable now though. Still sharpening my own Webpack skills so not sure of all the details.
I discovered this gem the other day, ngc-loader, by one of the Webpack core team members.
Would it make sense to try to add it to the project? I asked the guy on twitter and he said that the AngularClass starter uses it (I couldn't see where), and he said a few other ones but didn't specify.
I realise you already try to do something related to precompilation, seeing some
precompileproperty in theAppComponent's@Component.Would that be a good idea, or you rather wait for Application Modules or something?
I think this one is usable now though. Still sharpening my own Webpack skills so not sure of all the details.