소스 검색

Merge pull request #17100 from EliasHasle/patch-9

Change rollup output format specifier for modules from es to esm
Mr.doob 6 년 전
부모
커밋
06581f27dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'
 		}