Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

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

mvines commented Jan 5, 2023

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

Copy link

@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants