We use C# with AjaxMinifier 5.14.5506.26202 to combine and compress lists of .js files.
This worked fine for both THREE.js and THREE.min.js included.
Since few Versions (tested with r128 and r129) AjaxMinifer refuses to compress the list, if THREE.js is removed from the List, everything works fine again.
I played arround with the settings a lot, but I didn’t get it to work.
In my experience this could be related to specific ECMA 6 expressions the minifier does not understand correctly.
Which minifier is usually used to create THREE.min.js ? Or are there any intentions to get AjaxMinifier to work again.
javascript is a growing language, unusually it is the minifier that has to adapt. as far as i know there are only two feasible minifiers around, one is terser (i think it picked off where uglify left), the other is closure, which seems to be used rarely. i have never heard about ajaxminifier and looking over github the project has been abandoned so it probably has no chance understanding javascript as it is used to today.