jarslab / babel-maven-plugin

Babel transcription plugin for Maven
MIT License
25 stars 8 forks source link

How Can I minify output files #24

Closed remes2000 closed 4 years ago

remes2000 commented 4 years ago

Hi, thanks for this great tool :) My problem is I don't know how to force this plugin/babel to produce minified files. Do You have any ideas about how to accomplish this?

milpol commented 4 years ago

Hi, thanks! The plugin itself can't do such thing, but it can be combined with other tools. Check the example project: https://github.com/milpol/onefold Also you can rely on recent @ktor answer on StackOverflow: https://stackoverflow.com/questions/45126476/how-to-configure-mvn-to-download-a-npm-dependency#answer-62168578