Skip to content

Commit

Permalink
chore: update export esm
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Jan 7, 2024
1 parent 2f294c6 commit 765320f
Show file tree
Hide file tree
Showing 9 changed files with 873 additions and 102 deletions.
18 changes: 5 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rsbuild-plugin-react-inspector",
"version": "0.0.5",
"version": "0.0.7",
"description": "📦 📦 rsbuild plugin react inspector",
"scripts": {
"build": "tsup && cp -r ./src/core ./dist && cp -r ./src/client ./dist",
Expand All @@ -13,21 +13,13 @@
"start": "esno src/index.ts",
"test": "vitest"
},
"type": "module",
"main": "dist/index.js",
"module": "dist/index.mjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./types": {
"types": "./dist/types.d.ts",
"import": "./dist/types.js",
"require": "./dist/types.cjs"
},
"./*": "./*"
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 765320f

Please sign in to comment.