We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daaf80d commit e3c1be2Copy full SHA for e3c1be2
packages/icon/index.js
@@ -9,7 +9,7 @@ const isUrl = url => url.indexOf('http') === 0 || url.indexOf('//') === 0
9
module.exports = function nuxtIcon (options) {
10
this.nuxt.plugin('build', builder => {
11
debug('Adding icons')
12
- generateIcons.call(this, options)
+ return generateIcons.call(this, options)
13
})
14
}
15
0 commit comments