BUG:
Author: BassadinCreated Feb 17, 2022Updated Sep 12, 2025
Quick checklist
- I am using the latest version of Snowpack and all plugins.
What package manager are you using?
npm
What operating system are you using?
Windows
Describe the bug
I'm trying to build an application with Three.js, importing a class from their examples folder. Although they have that exported in their package.json, I get an eror as decribed on the snowpack website that it isn't exported: Package "three" exists but package.json "exports" does not include entry for "./examples/jsm/webxr/ARButton.js". .
Steps to reproduce
- Feel free to clone my code
- npm install
- npm run build
Link to minimal reproducible example (optional)
Source: FredKSchott/snowpack