Skip to content

Commit 1a7b805

Browse files
authored
re order (#26780)
1 parent f4488d8 commit 1a7b805

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utils/build/rollup.config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ const builds = [
124124
plugins: [
125125
addons(),
126126
glsl(),
127-
terser(),
128-
header()
127+
header(),
128+
terser()
129129
],
130130
output: [
131131
{
@@ -173,9 +173,9 @@ const builds = [
173173
plugins: [
174174
addons(),
175175
glsl(),
176-
terser(),
177176
header(),
178-
deprecationWarning()
177+
deprecationWarning(),
178+
terser()
179179
],
180180
output: [
181181
{

0 commit comments

Comments
 (0)