Asad Sahi
Asad Sahi
Having same issue.
hi guyes @SystemDisc solution works great. But anyone knows if this is something that platform-server needs to handle or any work being done on it to handle cookies by default?
@shlomiassaf as @maxisam pointed out with native dll, extract text plugin was extracting styles file applying all of its loader even scss files were added in vendor bundles like this:...
@shlomiassaf checked the loaders and haven' changed since they are working with DLL plugin. I was trying to implement same idea of putting css/sass files inside vendor array list like...
@maxisam I think the mechanism in angular2-webpack-starter project to have component level styles to be inline and application level (including vendor styles) styles as seperate css bundle is a better...
@maxisam have you got complete webpack config demonstrating this somewhere?
@maxisam what is your production config?
My config is slightly different than yours, but I have got both dev and prod config working. Check [this](https://github.com/asadsahi/AspNetCoreSpa/tree/jwt/config) out. I am not passing following in dll plugin though: `...
@maxisam css/scss config is in the common webpack config. I am extracting external css (bootstrap/font-awesome) into a vendor file in common config file. I am not creating any dll for...
@maxisam perhaps haven't felt the need yet. :) But will give it a try to see the improvement with or without css dll.