Skip to content

Commit

Permalink
fix(webpack): update webpack.config.js
Browse files Browse the repository at this point in the history
currently dev alias is not correctly determined as the initial value for reduce is missing
  • Loading branch information
bigopon authored Dec 5, 2023
1 parent b627869 commit c7d211e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,5 +301,5 @@ function getAureliaDevAliases() {
map[name] = path.resolve(packageLocation, `../../esm/index.dev.mjs`);
} catch {/**/}
return map;
});
}, {});
}

0 comments on commit c7d211e

Please sign in to comment.