surmon-china/ngx-quill-editor

Using both styleUrls and styles properties does not work in Webpack environment

alex-shevchenko opened this issue · 1 comments

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.