meshtastic / js

JS/TS library for interfacing with Meshtastic devices
https://meshtastic.org
GNU General Public License v3.0
74 stars 36 forks source link

Modernize Build + Fixes #22

Closed sachaw closed 3 years ago

sachaw commented 3 years ago

Removes bundled build due to lack of use Now has single ES2018 build (~54kb unminified)

crossan007 commented 3 years ago

Looks fine to me.

I built this locally and used it in my app without issue.

sachaw commented 3 years ago

I'm going to work on a GitHub action to build a bundled andinified version and auto upload to cdnjs, as @thepoweroftwo didn't want to remove the the ability to use it the library standalone. So once that's done, I'll merge this.

crossan007 commented 3 years ago

The way I'm pulling in this library, it's being bundled and minified into my projects final bundle

sachaw commented 3 years ago

Yeah, that's my reasons for the change, as the current build config is convoluted