d3p1 / three.js-journey

My journey to Three.js
https://d3p1.github.io/three.js-journey/
MIT License
0 stars 0 forks source link

Replace Vite #5

Open d3p1 opened 5 hours ago

d3p1 commented 5 hours ago

Description

For now, to KISS, every topic/lesson learned in Three.js Journey uses vite (the recommended build tool by the course) to not lose focus in Three.js subjects. It would be great to replace it with webpack.

Solution

Include webpack.

Additional information