File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
R7.Dnn.JavaScriptLibraries Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
<IncludeBasePath >$(MSBuildProjectDirectory)/../node_modules/react</IncludeBasePath >
8
8
</PropertyGroup >
9
9
<ItemGroup >
10
- <ReactIncludeFiles Include =" $(IncludeBasePath)/cjs /*.js" />
10
+ <ReactIncludeFiles Include =" $(IncludeBasePath)/umd /*.js" />
11
11
<ReactIncludeFiles Include =" $(IncludeBasePath)/*.json" />
12
12
<ReactIncludeFiles Include =" $(IncludeBasePath)/LICENSE" />
13
13
<ReactIncludeFiles Include =" $(IncludeBasePath)/*.md" />
Original file line number Diff line number Diff line change 18
18
<libraryName >React</libraryName >
19
19
<fileName >react.production.min.js</fileName >
20
20
<preferredScriptLocation >PageHead</preferredScriptLocation >
21
- <CDNPath >https://unpkg.com/react@16.13.1/cjs /react.production.min.js</CDNPath >
21
+ <CDNPath >https://unpkg.com/react@16.13.1/umd /react.production.min.js</CDNPath >
22
22
<objectName >React</objectName >
23
23
</javaScriptLibrary >
24
24
</component >
Original file line number Diff line number Diff line change 7
7
<IncludeBasePath >$(MSBuildProjectDirectory)/../node_modules/react-dom</IncludeBasePath >
8
8
</PropertyGroup >
9
9
<ItemGroup >
10
- <ReactDOMIncludeFiles Include =" $(IncludeBasePath)/cjs /*.js" />
10
+ <ReactDOMIncludeFiles Include =" $(IncludeBasePath)/umd /*.js" />
11
11
<ReactDOMIncludeFiles Include =" $(IncludeBasePath)/*.json" />
12
12
<ReactDOMIncludeFiles Include =" $(IncludeBasePath)/LICENSE" />
13
13
<ReactDOMIncludeFiles Include =" $(IncludeBasePath)/*.md" />
Original file line number Diff line number Diff line change 18
18
<libraryName >ReactDOM</libraryName >
19
19
<fileName >react-dom.production.min.js</fileName >
20
20
<preferredScriptLocation >PageHead</preferredScriptLocation >
21
- <CDNPath >https://unpkg.com/react-dom@16.13.1/cjs /react-dom.production.min.js</CDNPath >
21
+ <CDNPath >https://unpkg.com/react-dom@16.13.1/umd /react-dom.production.min.js</CDNPath >
22
22
<objectName >ReactDOM</objectName >
23
23
</javaScriptLibrary >
24
24
</component >
You can’t perform that action at this time.
0 commit comments