hustxiaoc / gulp-minify

minify js plugin for gulp
BSD 2-Clause "Simplified" License
65 stars 20 forks source link

Added support for .mjs file extensions alongside .js files #49

Closed frederickjeanguerin closed 6 years ago

frederickjeanguerin commented 6 years ago

I added support for minifying .mjs files (node module javascript file) alongside .js file. I was in need for that feature in a project of mine and think it could be useful for others as well.

Let me know if you think it's interesting stuff to add to your project.

hustxiaoc commented 6 years ago

ok

hustxiaoc commented 6 years ago

BTW, can you add it on the document, thanks.