Open alex-shevchenko opened 7 years ago
Webpack would replace styleUrls with another copy of styles, meaning that only the last takes effect. In addition, this will crash application in IE and Edge, as it's strict mode does not allows property duplication.
I am facing the same problem. My app is not running in IE.
Webpack would replace styleUrls with another copy of styles, meaning that only the last takes effect. In addition, this will crash application in IE and Edge, as it's strict mode does not allows property duplication.