Skip to content

Commit a488bb6

Browse files
committed
fix(ionicons): copy ionicons svgs
1 parent 07389c6 commit a488bb6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

core/stencil.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,10 @@ export const config: Config = {
216216
},
217217
{
218218
type: 'dist',
219-
esmLoaderPath: '../loader'
219+
esmLoaderPath: '../loader',
220+
copy: [
221+
{ src: '../node_modules/ionicons/dist/svg', dest: 'svg' }
222+
]
220223
},
221224
{
222225
type: 'dist-custom-elements',

0 commit comments

Comments
 (0)