aor-postgrest-client icon indicating copy to clipboard operation
aor-postgrest-client copied to clipboard

npm run build fails to minify

Open wildsurfer opened this issue 6 years ago • 1 comments

I'm using create-react-app for bootstrapping my application and it fails to build when this package is added. Here is what they say in docs:

https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-run-build-fails-to-minify

wildsurfer avatar Jul 07 '18 10:07 wildsurfer

@wildsurfer not really ideal, but to get around this issue, i just copied the index.js file from the module and included it in my app in src. it works, but might try to submit a PR if I have time to get a pre-compiled version of the module

Banjerr avatar Aug 11 '18 13:08 Banjerr