Skip to content

Commit

Permalink
fix(icon): await on build
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Nov 16, 2017
1 parent daaf80d commit e3c1be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/icon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const isUrl = url => url.indexOf('http') === 0 || url.indexOf('//') === 0
module.exports = function nuxtIcon (options) {
this.nuxt.plugin('build', builder => {
debug('Adding icons')
generateIcons.call(this, options)
return generateIcons.call(this, options)
})
}

Expand Down

0 comments on commit e3c1be2

Please sign in to comment.