aws-param-store icon indicating copy to clipboard operation
aws-param-store copied to clipboard

Unable to use with create-react-app

Open jeffreyfate opened this issue 6 years ago • 0 comments

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.

jeffreyfate avatar May 29 '18 22:05 jeffreyfate