Skip to content

Commit

Permalink
fix: always print icons
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Jan 20, 2020
1 parent cefbc8f commit 83b2924
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ if (options.imports) {

imports.push(`import {\n ${iconImports.join(',\n ')}\n} from '${set}'`)
})
}
%>

<% if (iconsToAdd.length) { %>
<%= imports.join('\n\n') %>

library.add(
Expand Down

0 comments on commit 83b2924

Please sign in to comment.