steveathon / bootstrap-wysiwyg

Tiny bootstrap-compatible WYSIWYG rich text editor
MIT License
661 stars 1.71k forks source link

WebPack support #103

Closed dabder closed 7 years ago

dabder commented 7 years ago

Would you please support "main" attribute in package.json for WebPack support ?

Just need to add this in package.json: "main": "js/bootstrap-wysiwyg.min.js",

Thanks

codewithtyler commented 7 years ago

You're welcome to create a PR and add this support.

dabder commented 7 years ago

Done PR #104