Closed artemrsx closed 6 months ago
Reproduction https://stackblitz.com/edit/nuxt-starter-e8wsmf?file=package.json
Describe the bug When trying to include polygon-clipping, get an error Cannot read properties of undefined (reading 'POLYGON_CLIPPING_MAX_QUEUE_SIZE') because we have process but don't have env in nuxt 3 project.
Cannot read properties of undefined (reading 'POLYGON_CLIPPING_MAX_QUEUE_SIZE')
process
env
Can u check for process and process.env here ?
process.env
Thanks for the raising the issue @artemrsx . Pull requests happily entertained.
Fixed by #167
Reproduction https://stackblitz.com/edit/nuxt-starter-e8wsmf?file=package.json
Describe the bug When trying to include polygon-clipping, get an error
Cannot read properties of undefined (reading 'POLYGON_CLIPPING_MAX_QUEUE_SIZE')
because we haveprocess
but don't haveenv
in nuxt 3 project.Can u check for
process
andprocess.env
here ?