mapbox / delaunator

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

issue when using with create-react-app #37

Closed ababakanian closed 5 years ago

ababakanian commented 5 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 5 years ago

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