Skip to content

Removed use of string-templates and `let`

wanderer requested to merge nutgaard:master into master

Created by: nutgaard

create-react-app (react-scripts-ts) build failed when this package was included.

Failed to compile.

Failed to minify the code from this file: 

 	./node_modules/geojson-validation/index.js:39 

Read more here: http://bit.ly/2tRViJ9

By removing let and string-templates, which are not part of es5 everything works as expected.

Merge request reports