mapbox / delaunator

An incredibly fast JavaScript library for Delaunay triangulation of 2D points
https://mapbox.github.io/delaunator/
ISC License
2.34k stars 141 forks source link

issue when using with create-react-app #37

Closed redrobotdev closed 6 years ago

redrobotdev commented 6 years ago

when I try to build the project it fails with this message:

Failed to minify the code from this file: 

    ./node_modules/delaunator/index.js:4 
mourner commented 6 years ago

Note that index.js is a module entry point with ES syntax. Are you sure you have your project build configured correctly?