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.
1 parent 25a0eb5 commit b5291beCopy full SHA for b5291be
devtools/package.json
@@ -1,6 +1,6 @@
1
{
2
"internal": true,
3
- "main": "/index.js",
4
- "module": "/index.js",
+ "main": "./index.js",
+ "module": "./index.js",
5
"types": "../types/devtools/index.d.ts"
6
}
0 commit comments