3

我使用 webpack2 来构建我的网络,我想从 tree-shaking 中受益,它只适用于 es2015 模块。

所以我想问一下这个汇总插件https://github.com/rollup/rollup-plugin-commonjs之类的 babel 插件的 commonjs 到 es2015 转换器。

4

1 回答 1

0

一个这样的插件是 babel-plugin-transform-commonjs-es2015-modules。它可以通过运行安装:

npm install babel-plugin-transform-commonjs-es2015-modules

然后添加'plugins':['transform-commonjs-es2015-modules']到你的 babel 配置中。

于 2021-12-12T23:40:20.357 回答