Skip to content

Commit

Permalink
Update plugin exports in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
corysimmons authored Jan 29, 2024
1 parent 73bbfcc commit fa79830
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@
},
"./dist/*": {
"import": "./dist/*"
}
},
"./dist/plugins/*.esm.js": {
"import": "./dist/plugins/*.esm.js",
"types": "./dist/plugins/*.d.ts",
"require": "./dist/plugins/*.cjs"
},
},
"scripts": {
"build:dev": "tsc -w --target ESNext",
Expand Down

0 comments on commit fa79830

Please sign in to comment.