Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit a5b8e65

Browse files
akre54claus
authored andcommitted
exports: false breaks node module loader
See nodejs/node#32107 (comment) This breaks the module loader on versions newer than node 12.16.x
1 parent 90b8550 commit a5b8e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "4.0.3",
44
"description": "dat.GUI reimagined for React",
55
"main": "dist/index.cjs.js",
6-
"exports": false,
6+
"exports": "./dist/index.cjs.js",
77
"module": "dist/index.es.js",
88
"jsnext:main": "dist/index.es.js",
99
"style": "dist/index.css",

0 commit comments

Comments
 (0)