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

Remove exclusion of dependancies#5

Open
hskang9 wants to merge 1 commit intosolana-labs:masterfrom
hskang9:patch-1
Open

Remove exclusion of dependancies#5
hskang9 wants to merge 1 commit intosolana-labs:masterfrom
hskang9:patch-1

Conversation

@hskang9
Copy link
Copy Markdown

@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
Copy Markdown

mvines commented Jan 5, 2023

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

Copy link
Copy Markdown

@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