Skip to content

Commit 0cac711

Browse files
authored
Expose src/ in package.json exports (#811)
1 parent c7d8f2e commit 0cac711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"import": "./dist/esm/plugins/*",
3737
"require": "./dist/cjs/plugins/*"
3838
},
39+
"./src/*": "./src/*",
3940
"./dist/*": "./dist/*",
4041
"./package.json": "./package.json"
4142
},

0 commit comments

Comments
 (0)