Skip to content

Commit

Permalink
bump 7.3.5. Ref ant-design/ant-design#16433
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed May 13, 2019
1 parent e1465ff commit b9e230c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
8 changes: 0 additions & 8 deletions lib/gulpfile.js
Expand Up @@ -200,14 +200,6 @@ function babelify(js, modules) {
delete babelConfig.cacheDirectory;
if (modules === false) {
babelConfig.plugins.push(replaceLib);
} else {
// https://github.com/ant-design/ant-design/issues/16433
babelConfig.plugins.push([
require.resolve('babel-plugin-add-module-exports'),
{
addDefaultProperty: true,
},
]);
}
let stream = js.pipe(babel(babelConfig)).pipe(
through2.obj(function z(file, encoding, next) {
Expand Down
3 changes: 1 addition & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "antd-tools",
"version": "7.3.4",
"version": "7.3.5",
"description": "tools for ant design",
"keywords": [
"react",
Expand Down Expand Up @@ -47,7 +47,6 @@
"babel-core": "^7.0.0-0",
"babel-jest": "^24.0.0",
"babel-loader": "^8.0.4",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-import": "^1.11.0",
"babel-plugin-inline-import-data-uri": "^1.0.1",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
Expand Down

0 comments on commit b9e230c

Please sign in to comment.