From 1a7b805118fd98087fe04d50d871cde7c395a2c2 Mon Sep 17 00:00:00 2001 From: ycw Date: Tue, 19 Sep 2023 01:41:38 +0800 Subject: [PATCH] re order (#26780) --- utils/build/rollup.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/build/rollup.config.js b/utils/build/rollup.config.js index e77a171b621035..4e2101a8038bba 100644 --- a/utils/build/rollup.config.js +++ b/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: [ {