mikeabrahamsen / Flask-Meld

Flask-Meld is a library to provide server rendered templates over websockets for Flask applications to build reactive components without Javascript
https://www.flask-meld.dev/
MIT License
313 stars 15 forks source link

Issue #19 - Added missing source map #25

Closed ghost closed 3 years ago

ghost commented 3 years ago

Obtained source map from https://www.npmjs.com/package/socket.io/v/3.0.4 and added it+tested.

Warning about sourcemap no longer appears in browser console.

Items of note:

mikeabrahamsen commented 3 years ago

This looks great! Thank you. I'll open a new issue for updating socket.io