voxelizer icon indicating copy to clipboard operation
voxelizer copied to clipboard

Update to latest packages

Open Alzy opened this issue 11 months ago • 2 comments

After trying to use the project I noticed that several dependencies were failing as deprecated THREE.js classes were being used. I've updated all failing dependencies and fixed all relevant tests. Jest has also been upgraded to latest version as well.

Alzy avatar Mar 11 '24 23:03 Alzy

quick note: while all tests are passing, the resulting webpack is not working for me at the moment. Not sure what's wrong with it at the moment, but thinking of using rollup instead. Thoughts?

Alzy avatar Mar 12 '24 07:03 Alzy

quick note: while all tests are passing, the resulting webpack is not working for me at the moment. Not sure what's wrong with it at the moment, but thinking of using rollup instead. Thoughts?

to specify, the build succeeds but the resulting js file complains that it does not export anything when trying to import

Alzy avatar Mar 12 '24 17:03 Alzy