Tri Hoang

Results 7 comments of 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...

I'm also facing this issue. This is my folder structure and the webpack build result: ![image](https://user-images.githubusercontent.com/16288424/60525519-b1d7da00-9d18-11e9-8d06-662ec88bbd12.png) 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?