Skip to content

Commit

Permalink
fix(package): update cjs export path (#726)
Browse files Browse the repository at this point in the history
* fix(package): update cjs export path

* Create eleven-planes-tease.md

---------

Co-authored-by: Jack Steam <jacksteamdev@gmail.com>
  • Loading branch information
mrcnk and jacksteamdev committed Jun 18, 2023
1 parent a6ee0d2 commit 47eeda7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eleven-planes-tease.md
@@ -0,0 +1,5 @@
---
"@crxjs/vite-plugin": patch
---

fix(package): update cjs export path
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Expand Up @@ -26,7 +26,7 @@
"type": "module",
"exports": {
".": {
"require": "./index.cjs",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
Expand Down

0 comments on commit 47eeda7

Please sign in to comment.