Skip to content

Commit 552dbe3

Browse files
committed
fix: 修复配置字段信息
1 parent e7f3821 commit 552dbe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extends/submodule/configParser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = function configParser(selfConfig = {}) {
4848

4949
function prefix() {
5050
const _prefix = subModule.prefix || SUB_MODULES_FILE_NAME;
51-
return `${_prefix}-`;
51+
return _prefix;
5252
}
5353

5454
function namespace() {

0 commit comments

Comments
 (0)