Closed adamocarolli closed 3 years ago
Description: This code was mostly written by @darionco (thank him for the performance boost), I packaged it up in it's own PR and I expanded it slightly by reading from dot env https://github.com/uncharted-aske/HMI/pull/147/commits/000be395055cc536bcc3bded1fa058394d7fb028.
Warning: This PR disables tests, we haven't been using them so far. But it does mean that we'll have to reintroduce if we do use them in the future. See: https://github.com/uncharted-aske/HMI/pull/147/commits/9f96a1188a9504ce0aaed8b243e9ac4c11029e09
tests
Set-up: yarn install
yarn install
@mj3cheun I tried out your suggestion to use the rollup-esbuild-plugin, but ultimately couldn't get it to play nice with aws-sdk.
rollup-esbuild-plugin
aws-sdk
Description: This code was mostly written by @darionco (thank him for the performance boost), I packaged it up in it's own PR and I expanded it slightly by reading from dot env https://github.com/uncharted-aske/HMI/pull/147/commits/000be395055cc536bcc3bded1fa058394d7fb028.
Warning: This PR disables
tests
, we haven't been using them so far. But it does mean that we'll have to reintroduce if we do use them in the future. See: https://github.com/uncharted-aske/HMI/pull/147/commits/9f96a1188a9504ce0aaed8b243e9ac4c11029e09Set-up:
yarn install