chmln / vue-wysiwyg

A lightweight WYSIWYG HTML editor for Vue.js
https://chmln.github.io/vue-wysiwyg/
MIT License
555 stars 134 forks source link

Publish source along with the rest of the package #90

Closed coyotte508 closed 5 years ago

coyotte508 commented 5 years ago

It's standard practice to publish the source along with the rest of the package.

That way, devs can use the bundler (and css prefixer) of their choice, and in case of shared dependencies (like debounce), avoid the duplicate code.