Skip to content

Commit

Permalink
chore: set the right defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Sep 18, 2020
1 parent 516b76f commit e0e5a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.js
Expand Up @@ -46,7 +46,7 @@ async function fetchImportMaps(urls = []) {
// @TODO this could be a @eik/import-map-utils package
async function getImportMap({
path: eikPath = path.join(process.cwd(), 'eik.json'),
urls,
urls = [],
imports = {},
} = {}) {
const mapping = new Map();
Expand Down

0 comments on commit e0e5a39

Please sign in to comment.