I want to tree shake lodash
as well as my unused multiply
function from the generated bundle from webpack
I have 2 main files app.js
& math.js
It contains the following code -
app.js
import map from "lodash/map";
import { sum } from "./math";
console.log("