Tri Hoang
Tri Hoang
Hi, any update for this issue? It is happening to me
I also have a problem when loading fonts from public folder. It did work in 3.x.x
This is the code what I want to create a React Component that can render a FBX Model, but It shows a `THREE.FBXLoader is not a constructor`. Am I doing...
Big thank to @seanyesmunt
I'm also facing this issue. This is my folder structure and the webpack build result:  This is my webpack.config.js: ``` const slsw = require('serverless-webpack') const nodeExternals = require('webpack-node-externals') module.exports...
Hi @HyperBrain, I found the reason, the issue is my email_template.js was not built and deployed on output.zip file by webpack. So I use `copy-webpack-plugin` and add this line to...
Hii, are there any updates or documents for this?