Skip to content

Commit

Permalink
re order (mrdoob#26780)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycw committed Sep 18, 2023
1 parent f4488d8 commit 1a7b805
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/build/rollup.config.js
Expand Up @@ -124,8 +124,8 @@ const builds = [
plugins: [
addons(),
glsl(),
terser(),
header()
header(),
terser()
],
output: [
{
Expand Down Expand Up @@ -173,9 +173,9 @@ const builds = [
plugins: [
addons(),
glsl(),
terser(),
header(),
deprecationWarning()
deprecationWarning(),
terser()
],
output: [
{
Expand Down

0 comments on commit 1a7b805

Please sign in to comment.