CommonJS 'index' doesn't appear to be getting published #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Trying to consume this package as CommonJS via
@codemirror/stateI am getting this errorWhen I look at the

distfolder for this package all I see is a types file.I'm assuming that's because npm publish is falling back to the
.gitignorefile and removing ithttps://github.com/marijnh/find-cluster-break/blob/main/.gitignore#L3
Oh right, npm defaults to using
.gitignorewhen there's no.npmignorefile. I've added such a file to sidestep the issue.