2
0
ycw 1 жил өмнө
parent
commit
1a7b805118

+ 4 - 4
utils/build/rollup.config.js

@@ -124,8 +124,8 @@ const builds = [
 		plugins: [
 			addons(),
 			glsl(),
-			terser(),
-			header()
+			header(),
+			terser()
 		],
 		output: [
 			{
@@ -173,9 +173,9 @@ const builds = [
 		plugins: [
 			addons(),
 			glsl(),
-			terser(),
 			header(),
-			deprecationWarning()
+			deprecationWarning(),
+			terser()
 		],
 		output: [
 			{