javascript - How does webpack remove newlines during compression?
PHP中文网2017-06-05 11:09:14
0
1
936
After packaging, I found that the packaged code had line breaks, and I wanted to remove them. However, I found that UglifyJsPlugin did not provide this interface, and HtmlWebpackPlugin cannot be used.
yuicompressor
uglify-js