RolandJansen / intermix

Typescript/Javascript framework for building sequencer-based audio apps
GNU Lesser General Public License v3.0
6 stars 0 forks source link

Uglify output file #93

Closed RolandJansen closed 4 years ago

RolandJansen commented 6 years ago

The generated js output file looks like hand-written js. It also includes comments and the sourcemap. There should be an uglified output with stripped comments and the sourcemap in a seperate file.

RolandJansen commented 4 years ago

With webpack >=4.0 output will be minified by default in production.