We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
module.export
1 parent 748d001 commit c0989ecCopy full SHA for c0989ec
antd-tools/gulpfile.js
@@ -74,8 +74,6 @@ function babelify(js, modules) {
74
delete babelConfig.cacheDirectory;
75
if (modules === false) {
76
babelConfig.plugins.push(replaceLib);
77
- } else {
78
- babelConfig.plugins.push(require.resolve('babel-plugin-add-module-exports'));
79
}
80
let stream = js.pipe(babel(babelConfig)).pipe(
81
through2.obj(function z(file, encoding, next) {
0 commit comments