Closed lowellwashere2020 closed 3 years ago
Can test if it works correctly in parcel@nightly
?
I haven't used parcel@nightly before. How would I use it?
tried doing npm parcel@nightly but nothing happened as an end result.
npm i -D parcel@nightly
instead of parcel@next
Same issue. :/
parcel-plugin-static-files-copy
is a plugin for Parcel 1. The counterpart for Parcel 2 seems to be https://github.com/elwin013/parcel-reporter-static-files-copy
🐛 bug report
Link to the description: https://stackoverflow.com/questions/67301083/parcel-not-bundling-right
Basically, when ever I try to npm run build using parecel I get a
🎛 Configuration (.babelrc, package.json, cli command)
🤔 Expected Behavior
Load a threejs environment with a loaded glb.
😯 Current Behavior
Error GLTFLoader.js:153 SyntaxError: Unexpected token < in JSON at position 0 at JSON.parse ()
at GLTFLoader.parse (GLTFLoader.js:283)
at Object.onLoad (GLTFLoader.js:173)
at XMLHttpRequest. (three.module.js:34701)
_onError @ GLTFLoader.js:153
🔦 Context
I'm trying to learn more about threejs and controls in general. Cannot do that.
💻 Code Sample
https://github.com/simondevyoutube/ThreeJS_Tutorial_CharacterController/blob/main/main.js
🌍 Your Environment