4👍
✅
You have to add the following line to the build section in the Nuxt.config.js file:
build:{
transpile:[“three”]
}
That should do the trick!
Source:stackexchange.com
4👍
You have to add the following line to the build section in the Nuxt.config.js file:
build:{
transpile:[“three”]
}
That should do the trick!