File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 "homepage" : " https://github.com/optimizely/react-sdk" ,
66 "repository" : " https://github.com/optimizely/react-sdk" ,
77 "license" : " Apache-2.0" ,
8- "main" : " ./dist/react-sdk.es.min.js " ,
8+ "main" : " ./dist/react-sdk.es.min.mjs " ,
99 "types" : " ./dist/index.d.ts" ,
1010 "exports" : {
1111 "." : {
1212 "types" : " ./dist/index.d.ts" ,
13- "import" : " ./dist/react-sdk.es.min.js " ,
14- "default" : " ./dist/react-sdk.es.min.js "
13+ "import" : " ./dist/react-sdk.es.min.mjs " ,
14+ "default" : " ./dist/react-sdk.es.min.mjs "
1515 }
1616 },
1717 "files" : [
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export default {
2626 external,
2727 plugins : [ resolve ( { browser : true } ) , terser ( ) ] ,
2828 output : {
29- file : 'dist/react-sdk.es.min.js ' ,
29+ file : 'dist/react-sdk.es.min.mjs ' ,
3030 format : 'es' ,
3131 sourcemap : true ,
3232 } ,
You can’t perform that action at this time.
0 commit comments