I received an error after updating to query-string: v6.0.0
I'm using it in a frontend app, based on create-react-app (react v16+ not ejected, chrome)
$ react-scripts build
Creating an optimized production build...
Failed to compile.
Failed to minify the code from this file:
./node_modules/query-string/index.js:8
Read more here: http://bit.ly/2tRViJ9
I received an error after updating to
query-string: v6.0.0I'm using it in a frontend app, based on
create-react-app(react v16+ not ejected, chrome)