ycw 1 年之前
父节点
当前提交
1a7b805118
共有 1 个文件被更改,包括 4 次插入4 次删除
  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: [
 			{