chrisdmacrae / atomic-algolia

An NPM package for running atomic updates to an Algolia indices
67 stars 13 forks source link

Add support for back to Node 4 #12

Closed chrisdmacrae closed 6 years ago

chrisdmacrae commented 6 years ago

Problem's we're trying to solve

This plugin uses some node8 features (async, await and others). Using webpack, we could transpile the codebase to have syntax supported by earlier node versions.

chrisdmacrae commented 6 years ago

Did this with babel in 1a0ef8c32fb70d0babc6c08271630dd663499fa8