Default value of emissiveIntensity is 1 and not any description about range.
The emissiveFactor range in gltf is 0..1
In GLTFExporter.js the emissiveFactor will be calculated by emissiveColor * emissiveIntensity.
Have no any range checking so it will be generated a ERROR gltf file.