Skip to content

Instantly share code, notes, and snippets.

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 willmendesneto/85aa95888267e6c889a36850dda82b82 to your computer and use it in GitHub Desktop.
Save willmendesneto/85aa95888267e6c889a36850dda82b82 to your computer and use it in GitHub Desktop.
{
  ...
  "sideEffects": false,
  "name": "@myapp/buttons",
  "main": "../dist/cjs/index.js",
  "module": "../dist/esm/index.js",
  "cjs": "../dist/cjs/index.js",
  ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment