Closed raedatoui closed 2 weeks ago
Hi @raedatoui, unfortunately I came across this same problem and couldn't find a solution. I believe the way I implemented the loader is wrong and that's why this happens but I cannot understand from the webpack
documentation how could this be implemented correctly. Since I want the files to be handled differently I think some custom compiler is necessary but I can't understand how to accomplish that.
Hello and thank you for creating this! So I am having an issue with the order in which these files are included.
Here is how I add various THREE.js files
And in the generated
vendor.js
I see thatTHREE.CopyShader
is included before the main Three file.Here is my webpack config:
Any ideas on enforcing order? Apologies, I am a bit new to all this front end stuff. Willing to make a PR if you can point me in the right direction