Skip to content

Commit 5c43809

Browse files
minrklresende
authored andcommitted
Add missing react-dom js to package data (#4772)
This dependency was omitted when react was added, so it is not installed. Closes #4771
1 parent e498de6 commit 5c43809

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setupbase.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def find_package_data():
150150
pjoin(components, "jquery-ui", "themes", "smoothness", "images", "*"),
151151
pjoin(components, "marked", "lib", "marked.js"),
152152
pjoin(components, "react", "react.production.min.js"),
153+
pjoin(components, "react", "react-dom.production.min.js"),
153154
pjoin(components, "requirejs", "require.js"),
154155
pjoin(components, "requirejs-plugins", "src", "json.js"),
155156
pjoin(components, "requirejs-text", "text.js"),

0 commit comments

Comments
 (0)