Add sourcemaps (#9949)
This would create `build/three.js.map` and `build/three.modules.js.map` alongside the bundles. If you wanted inline sourcemaps instead (not recommended, but possible!) you would use `sourceMap: 'inline'`.
Ref https://github.com/mrdoob/three.js/issues/9941