instructure-react / react-tinymce

React TinyMCE component
181 stars 110 forks source link

issue when linking with other project #45

Closed satyadeeproat closed 7 years ago

satyadeeproat commented 7 years ago

I am using react tinymce editor in my project and it's working properly. But when I am doing npm link to some other project, it is causing some issue. Maybe the webpack is not able to bundle it up properly. I am getting an error as "global is undefined" . When I removed the tinymce in the linked project, it works fine, but with tinymce editor the error is coming. IS it webpack or es6 issue?