Skip to content

Commit 619518f

Browse files
committed
fix: update transpile
1 parent 1aec323 commit 619518f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parts/icons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const iconsPreset = defineUnimportPreset({
1414
export const setupIcons = () => {
1515
const nuxt = useNuxt()
1616

17-
nuxt.options.build.transpile.push('ionicons/icons')
17+
nuxt.options.build.transpile.push(/ionicons/)
1818

1919
nuxt.hook('autoImports:sources', presets => {
2020
presets.push(iconsPreset)

0 commit comments

Comments
 (0)