Преглед на файлове

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