فهرست منبع

Change format from es to esm

#17099 and https://github.com/rollup/rollup/pull/2102
Elias Hasle 6 سال پیش
والد
کامیت
aba45cb9c1
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'
 		}