You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into the following error when I'm trying to use geotiff.js with webpack. I created a minimal demo that shows the error when you run npm run dev or npm run build and can be found here: https://github.com/DanielJDufour/geotiff-test-webpack. I might be doing something wrong... Thank you!
The text was updated successfully, but these errors were encountered:
This is due to some missing webpack configuration values. Basically you have to tell webpack that some modules are to be excluded as they are only available in the node.js standard library and don't make much sense outside. These modules have to be manually marked 'empty'.
I'm running into the following error when I'm trying to use geotiff.js with webpack. I created a minimal demo that shows the error when you run
npm run dev
ornpm run build
and can be found here: https://github.com/DanielJDufour/geotiff-test-webpack. I might be doing something wrong... Thank you!The text was updated successfully, but these errors were encountered: