We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4488d8 commit 1a7b805Copy full SHA for 1a7b805
utils/build/rollup.config.js
@@ -124,8 +124,8 @@ const builds = [
124
plugins: [
125
addons(),
126
glsl(),
127
- terser(),
128
- header()
+ header(),
+ terser()
129
],
130
output: [
131
{
@@ -173,9 +173,9 @@ const builds = [
173
174
175
176
177
header(),
178
- deprecationWarning()
+ deprecationWarning(),
179
180
181
0 commit comments