aws-param-store
aws-param-store copied to clipboard
Unable to use with create-react-app
It looks like index.js is not pre-compiled to ES5. I receive this error when I try to use it in an app using create-react-app:
Creating an optimized production build...
Failed to compile.
Failed to minify the code from this file:
./node_modules/aws-param-store/lib/index.js:5
Read more here: http://bit.ly/2tRViJ9
I'd provide a solution, but am unsure exactly what that would be because I'm relatively new to create-react-app and the relationship between this project and ES5/ES6.