We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
./
1 parent ffd4aaf commit cbbc519Copy full SHA for cbbc519
.changeset/nasty-terms-enjoy.md
@@ -0,0 +1,5 @@
1
+---
2
+'@primer/octicons': patch
3
4
+
5
+prefix relative paths with `./` in ESM exports paths
lib/octicons_react/package.json
@@ -8,8 +8,8 @@
8
"main": "dist/index.umd.js",
9
"module": "dist/index.esm.js",
10
"exports": {
11
- "import": "dist/index.esm.js",
12
- "require": "dist/index.umd.js"
+ "import": "./dist/index.esm.js",
+ "require": "./dist/index.umd.js"
13
},
14
"sideEffects": false,
15
"types": "dist/index.d.ts",
0 commit comments