We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b873cd + 24be995 commit e59d9c2Copy full SHA for e59d9c2
1 file changed
package.json
@@ -8,8 +8,8 @@
8
"exports": {
9
"./test-utils": "./test-utils.js",
10
".": {
11
- "import": "./react-intersection-observer.modern.mjs",
12
- "require": "./react-intersection-observer.js"
+ "require": "./react-intersection-observer.js",
+ "default": "./react-intersection-observer.modern.mjs"
13
}
14
},
15
"unpkg": "./dist/react-intersection-observer.umd.js",
0 commit comments