Change rollup output format specifier for modules from es to esm
@@ -207,7 +207,7 @@ export default {
indent: '\t'
},
{
- format: 'es',
+ format: 'esm',
file: 'build/three.module.js',
}