Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save mobsense/aa87d8091c70b5d939f5305e0528591d to your computer and use it in GitHub Desktop.
cat >dist/cjs/package.json <<!EOF
{
"type": "commonjs"
}
!EOF
cat >dist/mjs/package.json <<!EOF
{
"type": "module"
}
!EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment