webpack4 tree-shaking, I configure mode according to the official documentation, setting mode to production, but not optimizing my code. My app.js only introduces the a () method of util.js, but when packaging, other methods of util are also packaged, asking for advice,