sparksuite / simplemde-markdown-editor

A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://simplemde.com
MIT License
9.89k stars 1.12k forks source link

module.exports = SimpleMDE ... breaks with webpack. #703

Open burtonator opened 6 years ago

burtonator commented 6 years ago

... simple fix. Won't work with npm or webpack otherwise.

module.exports.SimpleMDE = SimpleMDE;
hayzem commented 6 years ago

now I am getting navigator is not defined error. do you happen to have any idea?

also are you exporting this in webpack config?

noncototient commented 6 years ago

Having the issues outlined above as well, please fix?

hayzem commented 6 years ago

My fix was removing SimpleMDE from webpack.