像 React 或 Antd 这样的外部模块可以在 webpack 4 中没有 Babel 的情况下被摇动(摇树)吗?
示例 React 结构:node_modules->react 文件夹包括 /cjs 和 /umd 目录。
设置:
项目:
https://github.com/webpack/webpack/tree/master/examples/harmony-unused
配置
https://webpack.js.org/guides/tree-shaking/
Typescript-Loader(可选)https: //github.com/TypeStrong/ts-loader
src 文件会被摇动,都包括像antd这样的node_modules或者react not。
问候里奇