bozzltron / node-json-transform

A node module for restructuring and performing operations on JSON on the fly.
172 stars 53 forks source link

failed to minify the code with create-react-app #25

Closed thg303 closed 6 years ago

thg303 commented 6 years ago

looks like this code is not es5 compatible, so it can't be minifed. it would be great if it has this feature or else it could not be used with cra as mentioned here: https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-run-build-fails-to-minify

bozzltron commented 6 years ago

I just publish 1.0.16 which has a es5 compatibility.

thg303 commented 6 years ago

thank you @bozzltron it works like a charm :+1: