bootstrap-wysiwyg / bootstrap3-wysiwyg

Simple, beautiful wysiwyg editor
http://bootstrap-wysiwyg.github.io/bootstrap3-wysiwyg/
MIT License
834 stars 264 forks source link

Don't work with Browserify #194

Open Grawl opened 7 years ago

Grawl commented 7 years ago

I am trying to require() this module:

require('bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.all.min.js')

and got an error:

bootstrap3-wysihtml5.all.min.js:5 Uncaught ReferenceError: rangy is not defined

Doing the same with <script> works.

<script src='node_modules/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.all.min.js'>

Related issues: #109 #193