Skip to content

Commit

Permalink
fix(types): regression issue of reusing define helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Dec 23, 2021
1 parent f792d9a commit f0ba93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vuepress/types/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function define(config) {
config;
return config;
}
exports.defineConfig = define;
exports.defineConfig4CustomTheme = define;
Expand Down

0 comments on commit f0ba93c

Please sign in to comment.