Closed Yasha-ops closed 2 years ago
When the command npm run build is run and when the div <div id="3d_avatar"></div> is added, nothing seems to work correctly
npm run build
<div id="3d_avatar"></div>
Hey @Yasha-ops, you should include the .js file output to the dist folder after you ran npm run build in your HTML.
dist
When the command
npm run build
is run and when the div<div id="3d_avatar"></div>
is added, nothing seems to work correctly