vitaly-t / decomment

:hammer: Removes comments from JSON, JavaScript, CSS, HTML, etc.
75 stars 21 forks source link

fails to minify #16

Closed bingjianguo closed 6 years ago

bingjianguo commented 6 years ago

The package be published pre-compiled. Can it be compiled to ES5 modue?

And, I can provide a pr for it.

vitaly-t commented 6 years ago

This module removes comments, it doesn't do code minification. So what are you talking about?

vitaly-t commented 6 years ago

Closing, because it is not clear what the issue is, and no further details provided.

bingjianguo commented 6 years ago

I used the decomment as the depedencies. As the es6 grammar is used in the source code, it will cause error during modules compression for webpack 1.