aor-postgrest-client
aor-postgrest-client copied to clipboard
npm run build fails to minify
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 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