lo-th / Oimo.js

Lightweight 3d physics engine for javascript
http://lo-th.github.io/Oimo.js
MIT License
3.05k stars 301 forks source link

Fix minification process #85

Closed sebavan closed 5 years ago

sebavan commented 5 years ago

Due to issues with the latest uglify version, move the minification process to terser (used by webpack).

After extensive tests, it fixes all the runtime issues created by uglify.

It also reintrodruced the preamble removed from the build during one of the latest uglify update.