mapbox / gazetteer

Place bookmarks for maps
BSD 2-Clause "Simplified" License
10 stars 8 forks source link

Drop ES6 imports #54

Closed tristen closed 4 years ago

tristen commented 4 years ago

Node doesn't support ES6 without a flag set so the import/export patterns in each of the index.js files fail via SyntaxError: Unexpected identifier. We should use require instead 😑

cc/ @dasulit