iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.06k stars 290 forks source link

chore(deps): bump copc and remove unecessary ignore of fs #2308

Closed Desplandis closed 3 months ago

Desplandis commented 3 months ago

Description

This PR bumps copc to version 0.0.6 and removes the now unnecessary ignore plugin in our webpack config.

Motivation and Context

In connormanning/copc#7, an additional hint was added in the package.json for bundlers to ignore the lazy-loaded fs module on browser environments.

This should fix #2273