File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
"bugs" : " https://github.com/reduxjs/react-redux/issues" ,
15
15
"module" : " dist/react-redux.legacy-esm.js" ,
16
16
"main" : " dist/cjs/index.js" ,
17
- "react-native" : " ./dist/react-redux.react-native.mjs " ,
17
+ "react-native" : " ./dist/react-redux.react-native.js " ,
18
18
"types" : " dist/react-redux.d.ts" ,
19
19
"exports" : {
20
20
"./package.json" : " ./package.json" ,
21
21
"." : {
22
22
"types" : " ./dist/react-redux.d.ts" ,
23
23
"react-server" : " ./dist/rsc.mjs" ,
24
- "react-native" : " ./dist/react-redux.react-native.mjs " ,
24
+ "react-native" : " ./dist/react-redux.react-native.js " ,
25
25
"import" : " ./dist/react-redux.mjs" ,
26
26
"default" : " ./dist/cjs/index.js"
27
27
},
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export default defineConfig((options) => {
83
83
'react-redux.react-native' : 'src/react-native.ts' ,
84
84
} ,
85
85
format : [ 'esm' ] ,
86
- outExtension : ( ) => ( { js : '.mjs ' } ) ,
86
+ outExtension : ( ) => ( { js : '.js ' } ) ,
87
87
} ,
88
88
// CJS development
89
89
{
You can’t perform that action at this time.
0 commit comments