We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc89de5 commit cd891e5Copy full SHA for cd891e5
src/index.ts
@@ -278,7 +278,7 @@ export default function loader(
278
const query = `?vue&type=custom&index=${i}${blockTypeQuery}${issuerQuery}${attrsQuery}${resourceQuery}`
279
return (
280
`import block${i} from ${stringifyRequest(src + query)}\n` +
281
- `if (typeof block${i} === 'function') /*#__PURE__*/block${i}(script)`
+ `if (typeof block${i} === 'function') block${i}(script)`
282
)
283
})
284
.join(`\n`) + `\n`
0 commit comments