From c7c7597287e75750a4d53dbe2cf42c329ddbbe00 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Tue, 1 Jul 2025 23:22:50 -0400 Subject: [PATCH] fix: stencil projects can build ionicons --- package.json | 2 ++ stencil.config.ts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fae01dc58..c3d27dcff 100755 --- a/package.json +++ b/package.json @@ -12,6 +12,8 @@ "types": "dist/types/index.d.ts", "unpkg": "dist/ionicons/ionicons.esm.js", "jsdelivr": "dist/ionicons/ionicons.esm.js", + "collection": "dist/collection/collection-manifest.json", + "collection:main": "dist/collection/index.js", "exports": { ".": { "types": "./dist/types/index.d.ts", diff --git a/stencil.config.ts b/stencil.config.ts index 03c07a8ae..224af3b3c 100755 --- a/stencil.config.ts +++ b/stencil.config.ts @@ -6,7 +6,7 @@ export const config: Config = { outputTargets: [ { type: 'dist', - collectionDir: null, + collectionDir: './collection', empty: false, }, {