This commit is contained in:
Norbert de Langen 2020-07-16 10:12:58 +02:00
parent 29d251aa01
commit 96007ba53b
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -60,8 +60,8 @@ async function getManagerWebpackConfig(options, presets) {
if (autoRefs && autoRefs.length) {
autoRefs.forEach(({ id, url, title }) => {
refs[id.toLowercase()] = {
id: id.toLowercase(),
refs[id.toLowerCase()] = {
id: id.toLowerCase(),
url: stripTrailingSlash(url),
title,
};