Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sqids w/ npm auto-update #1903

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add sqids w/ npm auto-update #1903

wants to merge 2 commits into from

Conversation

uiolee
Copy link
Contributor

@uiolee uiolee commented Oct 8, 2024

Resolves #1899

Comment on lines 19 to 31
"fileMap": [
{
"basePath": "cjs",
"files": ["*.js", "*.map", "*.ts"]
},
{
"basePath": "esm",
"files": ["*.js", "*.map", "*.ts", "package.json"]
},
{
"basePath": "dist",
"files": ["*.js", "*.map"]
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Files in these directories have the same names, so they're going to overwrite each other when pulled out of the directories. If you're wanting to include the cjs/esm versions alongside the dist version, I'd recommend leaving dist with a basePath so that we pull that up, but then use an empty basePath for the cjs/esm versions so they stay in their subdirectory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add: sqids
2 participants