javascript - How does webpack remove newlines during compression?
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.