# max-webpack-tree-shaking **Repository Path**: max-lu/max-webpack-tree-shaking ## Basic Information - **Project Name**: max-webpack-tree-shaking - **Description**: webpack之树摇 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-03 - **Last Updated**: 2023-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # max-webpack-tree-shaking #### 介绍 webpack之树摇 #### 目的 - 函数消除试验 可以在build目录里面看到,打包文件里面没有使用的方法都已经被tree-shaking了 - 类消除试验 可以在objTreeShaking的打包文件里面看到,类原型对象上面的方法,没有做到tree-shaking 不得不感叹,webpack5打包结果,比webpack4清爽太多了