Explorar o código

Merge pull request #17100 from EliasHasle/patch-9

Change rollup output format specifier for modules from es to esm
Mr.doob %!s(int64=6) %!d(string=hai) anos
pai
achega
06581f27dc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rollup.config.js

+ 1 - 1
rollup.config.js

@@ -207,7 +207,7 @@ export default {
 			indent: '\t'
 		},
 		{
-			format: 'es',
+			format: 'esm',
 			file: 'build/three.module.js',
 			indent: '\t'
 		}