We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lib/html-to-dom-server
1 parent 58e81cc commit 3195109Copy full SHA for 3195109
index.js
@@ -12,7 +12,7 @@ var htmlToDOM;
12
13
/** Client (Browser). */
14
if (typeof window !== 'undefined' && this === window) {
15
- htmlToDOM = require('./html-to-dom-client');
+ htmlToDOM = require('./lib/html-to-dom-client');
16
17
/** Server (Node). */
18
} else {
package.json
@@ -37,6 +37,7 @@
37
"react": ">=0.14"
38
},
39
"browser": {
40
+ "./lib/html-to-dom-server.js": false,
41
"htmlparser2/lib/Parser": false,
42
"domhandler": false
43
0 commit comments