Skip to content

Commit

Permalink
parseGlobals -> parseMappingArgument
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Feb 20, 2019
1 parent b270ab5 commit 47a2e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ function createConfig(options, entry, format, writeMeta) {
aliases['.'] = './' + basename(options.output);
}
if (options.alias) {
aliases = Object.assign(aliases, parseGlobals(options.alias));
aliases = Object.assign(aliases, parseMappingArgument(options.alias));
}

const peerDeps = Object.keys(pkg.peerDependencies || {});
Expand Down

0 comments on commit 47a2e86

Please sign in to comment.