Skip to content

Instantly share code, notes, and snippets.

@mobsense
Created March 2, 2022 07:42
Show Gist options
  • Select an option

  • Save mobsense/1ff14c80b38a7e28157ec1a1762b7552 to your computer and use it in GitHub Desktop.

Select an option

Save mobsense/1ff14c80b38a7e28157ec1a1762b7552 to your computer and use it in GitHub Desktop.
"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