Parcel issues with v0.132 (private variables '#')

Hi all
I’m using parcel to bundle things up: with latest threejs version (0.132) gives the following:

node_modules\three\build\three.module.js: Unexpected character '#'

that seems related to this approach for private fields, not recognized (yet) by parcel… is there a workaround?

For all devs who run into this issue. 0.132.2 fixed the issue by removing private class fields.

3 Likes