SignalK / specification

Signal K is a JSON-based format for storing and sharing marine data from different sources (e.g. nmea 0183, 2000, seatalk, etc)
Other
91 stars 68 forks source link

feature: update tv4-formats to latest version #501

Closed sarfata closed 5 years ago

sarfata commented 5 years ago

Upgrade tv4-formats to latest version which works well with Webpack. Previous versions used a try/catch import heuristic which does not play well with webpack.

See ikr/tv4-formats@61450dc

(This PR replaces #498 - It also includes added tests so that my mistake in the first PR does not happen again).