Skip to content

Commit c4e27a8

Browse files
committed
chore: fix typo
1 parent 3125fc7 commit c4e27a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vuepress/core/lib/plugin-api/override/AliasOption.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = class DefineOption extends Option {
1616
const aliases = this.appliedValues
1717
aliases.forEach((alias) => {
1818
Object.keys(alias).forEach(key => {
19-
config.resolve.alias.set('key', alias[key])
19+
config.resolve.alias.set(key, alias[key])
2020
})
2121
})
2222
}

0 commit comments

Comments
 (0)