소스 검색

Revert "fix(plugin): correct exports to point to dist instead of src"

This reverts commit 7417e6eb38e96c5e3904a4503740a305475d154a.
Dax Raad 2 달 전
부모
커밋
c5dc075a88
1개의 변경된 파일2개의 추가작업 그리고 8개의 파일을 삭제
  1. 2 8
      packages/plugin/package.json

+ 2 - 8
packages/plugin/package.json

@@ -9,14 +9,8 @@
     "build": "tsc"
   },
   "exports": {
-    ".": {
-      "types": "./dist/index.d.ts",
-      "import": "./dist/index.js"
-    },
-    "./tool": {
-      "types": "./dist/tool.d.ts",
-      "import": "./dist/tool.js"
-    }
+    ".": "./src/index.ts",
+    "./tool": "./src/tool.ts"
   },
   "files": [
     "dist"