Skip to content

Commit

Permalink
chore: make the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Sep 18, 2020
1 parent 7b0dd77 commit ebd491e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugin.js
Expand Up @@ -74,7 +74,8 @@ async function getImportMap({
return mapping;
}

// The resolve option in postcss-import doesn't support async functions or promises, thus we have to workaround it
// The resolve option in postcss-import doesn't support async functions or promises,
// thus we have to workaround it
let mapping = new Map();

export default postcss.plugin(
Expand Down

0 comments on commit ebd491e

Please sign in to comment.