Преглед изворни кода

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'
 		}