We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_build
1 parent 233d57e commit aaa6c5eCopy full SHA for aaa6c5e
src/bundle-client.ts
@@ -26,7 +26,7 @@ export function registerClientBundle(
26
27
if (failed.length) {
28
const msg = `Nuxt Icon could not fetch the icon data for client bundle:\n${failed.map(f => ' - ' + f).join('\n')}`
29
- if (ctx.nuxt.options._build)
+ if (!ctx.nuxt.options.dev)
30
throw new Error(msg)
31
else
32
logger.warn(msg)
0 commit comments