-
Notifications
You must be signed in to change notification settings - Fork 518
style-loader as vendor dependency? #320
Comments
If you still think something is wrong, please reopen this issue with details :) |
@SteveSandersonMS As I understand I have excluded it from vendor to try if it breaks anything, surprisingly it doesn't :) However removing
Without style-loader:
And application still works. So, I am not sure if we need it, unless I am missing anything. |
The difference is that In the Angular2Spa template right now, However, it is used in the React and Knockout templates, so it will remain referenced from their vendor bundle configs. |
Okay interesting information about style-loader, didn't know there is some element in loader which is used in vendor bundles. Thanks |
Lack of knowledge perhaps, but anyone knows why we have style-loader in vendor manifest file to create DLL bundle? Shouldn't this file only have 3rd party libraries?
The text was updated successfully, but these errors were encountered: