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 main field to package.json #73

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JohnstonCode
Copy link

The main field was missing from the package.json that was stopping me from requiring jschardet when bundled in a .asar

The main field was missing from the package.json that was stopping me from requiring jschardet when bundled in a .asar
@lramos15
Copy link

lramos15 commented Dec 3, 2021

Would love to see this merged as well. VS Code has a similar problem where we hardcode the entrypoint for jschardet when loading it in the web because it doesn't specify where to load it from.

@benrr101
Copy link

Azure data studio also has this issue that throws a warning. It's a one line change, can we get it pulled in?

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.

3 participants