File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,14 +104,14 @@ const entryPoints: EntryPointOptions[] = [
104
104
folder : 'query' ,
105
105
entryPoint : 'src/query/index.ts' ,
106
106
extractionConfig : 'api-extractor.query.json' ,
107
- globalName : 'RTK.QUERY ' ,
107
+ globalName : 'RTKQ ' ,
108
108
} ,
109
109
{
110
110
prefix : 'rtk-query-react' ,
111
111
folder : 'query/react' ,
112
112
entryPoint : 'src/query/react/index.ts' ,
113
113
extractionConfig : 'api-extractor.query-react.json' ,
114
- globalName : 'RTK.QUERY.REACT ' ,
114
+ globalName : 'RTKQ ' ,
115
115
} ,
116
116
]
117
117
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ export interface EntryPointOptions {
19
19
folder : string
20
20
entryPoint : string
21
21
extractionConfig : string
22
- // globalName is used in the conversion to umd files to separate rtk from rtk-query on a global name space
22
+ // globalName is used in the conversion to umd files to separate rtk from rtk-query on a global namespace
23
23
globalName : string
24
24
}
You can’t perform that action at this time.
0 commit comments