Skip to content

Commit

Permalink
use beta config
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Feb 20, 2020
1 parent d5bcdb1 commit ac60b03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
],
"license": "MIT",
"dependencies": {
"@ant-design/pro-layout": "^4.7.3",
"antd-pro-merge-less": "^2.0.11",
"antd-pro-merge-less": "^2.1.0-beta",
"rimraf": "^3.0.0",
"serve-static": "^1.14.1"
}
Expand Down
8 changes: 4 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function(
options: {
theme: themeConfig[];
min: boolean;
}
},
) {
const { cwd, outputPath, absNodeModulesPath } = api.paths;

Expand Down Expand Up @@ -57,8 +57,8 @@ export default function(
{
min: true,
...options,
}
)
},
),
)
.then(() => {
api.log.success('🎊 build theme success');
Expand Down Expand Up @@ -96,7 +96,7 @@ export default function(
})),
{
...options,
}
},
)
.then(() => {
api.log.success('🎊 build theme success');
Expand Down

0 comments on commit ac60b03

Please sign in to comment.