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

Remove exclusion of dependancies #5

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

Conversation

hskang9
Copy link

@hskang9 hskang9 commented Jan 5, 2023

because this package uses buffer.

This creates problem like this.
MoralisWeb3/Moralis-JS-SDK#947

because this package uses buffer
@mvines
Copy link
Member

mvines commented Jan 5, 2023

@jordansexton or @steveluscher: can you please look at this PR

Copy link
Collaborator

@steveluscher steveluscher left a comment

Choose a reason for hiding this comment

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

You're absolutely right that this directive is useless. Look at the docs for exclude:

Specifies an array of filenames or patterns that should be skipped when resolving include.

Given that definition, "exclude": ["node_modules"] should have no effect, right? node_modules/ is not a subdirectory of the include (src/). In any case, it doesn't belong.

Can you publish the repo where you're experiencing the error noted in MoralisWeb3/Moralis-JS-SDK#947? I want to make sure that this fixes your problem before publishing a new version.

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