Open euharrison opened 1 year ago
I'm getting this error when bundling my app
Error: Cannot find module 'THREE'
The solution was to map the module to three as it's in the npm module, instead of THREE that I believe it only works if importing the <script> directly
three
THREE
<script>
I'm getting this error when bundling my app
The solution was to map the module to
three
as it's in the npm module, instead ofTHREE
that I believe it only works if importing the<script>
directly