PerezJD
Results
1
issues of
PerezJD
The paths are defined in package.json ``` "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/types.d.ts", "files": [ "dist/**" ] ``` But is missing from the published package: [https://www.npmjs.com/package/emotion-solid?activeTab=code](https://www.npmjs.com/package/emotion-solid?activeTab=code) Results in a MODULE_NOT_FOUND...