|
18 | 18 | "license": "MIT", |
19 | 19 | "author": "Remix Software <[email protected]>", |
20 | 20 | "sideEffects": false, |
21 | | - "types": "./dist/index.d.ts", |
22 | | - "main": "./dist/index.js", |
23 | | - "unpkg": "./dist/umd/react-router.production.min.js", |
24 | | - "module": "./dist/index.mjs", |
| 21 | + "types": "./dist/production/index.d.ts", |
| 22 | + "main": "./dist/production/index.js", |
| 23 | + "module": "./dist/production/index.mjs", |
25 | 24 | "exports": { |
26 | 25 | ".": { |
27 | 26 | "node": { |
28 | | - "types": "./dist/index.d.ts", |
29 | | - "module-sync": "./dist/index.mjs", |
30 | | - "default": "./dist/index.js" |
| 27 | + "types": "./dist/production/index.d.ts", |
| 28 | + "development": { |
| 29 | + "module-sync": "./dist/development/index.mjs", |
| 30 | + "default": "./dist/development/index.js" |
| 31 | + }, |
| 32 | + "module-sync": "./dist/production/index.mjs", |
| 33 | + "default": "./dist/production/index.js" |
31 | 34 | }, |
32 | 35 | "import": { |
33 | | - "types": "./dist/index.d.mts", |
34 | | - "default": "./dist/index.mjs" |
| 36 | + "types": "./dist/production/index.d.mts", |
| 37 | + "development": "./dist/development/index.mjs", |
| 38 | + "default": "./dist/production/index.mjs" |
35 | 39 | }, |
36 | 40 | "default": { |
37 | | - "types": "./dist/index.d.ts", |
38 | | - "default": "./dist/index.js" |
| 41 | + "types": "./dist/production/index.d.ts", |
| 42 | + "development": "./dist/development/index.js", |
| 43 | + "default": "./dist/production/index.js" |
39 | 44 | } |
40 | 45 | }, |
41 | 46 | "./types": { |
42 | | - "types": "./dist/lib/types.d.ts" |
| 47 | + "types": "./dist/production/lib/types.d.ts" |
43 | 48 | }, |
44 | 49 | "./dom": { |
45 | 50 | "node": { |
46 | | - "types": "./dist/dom-export.d.ts", |
47 | | - "module-sync": "./dist/dom-export.mjs", |
48 | | - "default": "./dist/dom-export.js" |
| 51 | + "types": "./dist/production/dom-export.d.ts", |
| 52 | + "development": { |
| 53 | + "module-sync": "./dist/development/dom-export.mjs", |
| 54 | + "default": "./dist/development/dom-export.js" |
| 55 | + }, |
| 56 | + "module-sync": "./dist/production/dom-export.mjs", |
| 57 | + "default": "./dist/production/dom-export.js" |
49 | 58 | }, |
50 | 59 | "import": { |
51 | | - "types": "./dist/dom-export.d.mts", |
52 | | - "default": "./dist/dom-export.mjs" |
| 60 | + "types": "./dist/production/dom-export.d.mts", |
| 61 | + "development": "./dist/development/dom-export.mjs", |
| 62 | + "default": "./dist/production/dom-export.mjs" |
53 | 63 | }, |
54 | 64 | "default": { |
55 | | - "types": "./dist/dom-export.d.ts", |
56 | | - "default": "./dist/dom-export.js" |
| 65 | + "types": "./dist/production/dom-export.d.ts", |
| 66 | + "development": "./dist/development/dom-export.js", |
| 67 | + "default": "./dist/production/dom-export.js" |
57 | 68 | } |
58 | 69 | }, |
59 | 70 | "./package.json": "./package.json" |
|
0 commit comments