Created
March 2, 2022 07:42
-
-
Save mobsense/1ff14c80b38a7e28157ec1a1762b7552 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "main": "dist/cjs/index.js", | |
| "module": "dist/mjs/index.js", | |
| "exports": { | |
| ".": { | |
| "import": "./dist/mjs/index.js", | |
| "require": "./dist/cjs/index.js" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment