datamade / how-to

📚 Doing all sorts of things, the DataMade way
MIT License
88 stars 12 forks source link

Add default Babel config and documentation to identify and transpile potentially problematic Node plugins #182

Closed hancush closed 3 years ago

hancush commented 3 years ago

Overview

See title. These changes are necessary so our Django/React integration emits JavaScript code that's compatible with both modern and legacy browsers.

Handles #149

Testing Instructions