在 webpack 中开启 trees-shaking 要满足几个条件

    1. optimization: {
    2. usedExports: true // 启动标记功能
    3. },