surmon-china / ngx-quill-editor

🍡@quilljs editor component for @angular
https://github.surmon.me/ngx-quill-editor
MIT License
232 stars 54 forks source link

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

Open alex-shevchenko opened 7 years ago

alex-shevchenko commented 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.

kjshah119 commented 7 years ago

I am facing the same problem. My app is not running in IE.