ycw 1 year ago
parent
commit
1a7b805118
1 changed files with 4 additions and 4 deletions
  1. 4 4
      utils/build/rollup.config.js

+ 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: [
 			{