We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9556e4 commit 0e51cf1Copy full SHA for 0e51cf1
package.json
@@ -12,6 +12,8 @@
12
"types": "dist/types/index.d.ts",
13
"unpkg": "dist/ionicons/ionicons.esm.js",
14
"jsdelivr": "dist/ionicons/ionicons.esm.js",
15
+ "collection": "dist/collection/collection-manifest.json",
16
+ "collection:main": "dist/collection/index.js",
17
"exports": {
18
".": {
19
"types": "./dist/types/index.d.ts",
stencil.config.ts
@@ -6,7 +6,7 @@ export const config: Config = {
6
outputTargets: [
7
{
8
type: 'dist',
9
- collectionDir: null,
+ collectionDir: './collection',
10
empty: false,
11
},
0 commit comments