Skip to content

Instantly share code, notes, and snippets.

@maraisr
Created January 19, 2021 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maraisr/0620daceaca42e6f17f89bcfb4d13411 to your computer and use it in GitHub Desktop.
Save maraisr/0620daceaca42e6f17f89bcfb4d13411 to your computer and use it in GitHub Desktop.
{
main: "cjs",
module: "esm node",
browser: "esm browser",
unpkg: "umd",
"exports": {
".": {
"browser": {
"import": "esm browser",
"require": "cjs browser"
},
"import": "esm node",
"require": "cjs node"
},
},
"./foobar": { ... },
"./package.json": "./package.json"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment