Skip to content

Commit df3a0c6

Browse files
committed
chore: add comment
1 parent d82e0a2 commit df3a0c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

uno.config.ts

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ export default defineConfig({
1717
'display': 'inline-block',
1818
'vertical-align': 'middle',
1919
},
20+
// HBuilderX 必须针对要使用的 Collections 做异步导入
21+
// collections: {
22+
// carbon: () => import('@iconify-json/carbon/icons.json').then(i => i.default),
23+
// },
2024
}),
2125
],
2226
transformers: [

0 commit comments

Comments
 (0)