OK thanks. I’ve had a few problems with my install of webpack recently producing bloated JS (Foundation not Three) and what with the warning I assumed there was a problem with the files size.
Can I just check one final time that if My JS file contains only one line of code (everything else deleted):
import * as THREE from 'three';
and literally nothing else that when I run npm run build and it produces a warning about the 595kib file size that it’s absolutely fine?
Is that ok?
Thanks.