ycw 1 rok pred
rodič
commit
1a7b805118
1 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 4 4
      utils/build/rollup.config.js

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

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