fregante / GhostText

👻 Use your text editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa).
https://GhostText.fregante.com
MIT License
3.25k stars 116 forks source link

Meta: Bundle dependencies with Parcel #187

Closed fregante closed 3 years ago

fregante commented 3 years ago

Follows https://github.com/fregante/github-issue-link-status/pull/39

This does away with outdated, manually-browserified dependencies in the vendor folder and makes it easier to split ghost-text.js into multiple files, using more dependencies, and possibly converting to TypeScript.

The downside is the larger output and the need to upload the source on AMO every once in a while.