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

Fix/recursive import #103

Merged
merged 2 commits into from
Oct 19, 2023
Merged

Fix/recursive import #103

merged 2 commits into from
Oct 19, 2023

Conversation

Ademsk1
Copy link
Contributor

@Ademsk1 Ademsk1 commented Oct 19, 2023

Fixes #104
Fixing the recursive import. Beforehand we were importing the parent module which did not ignore the sample module thereby making many many node modules. I'm instead using a local import.

I decided to not use npmignore, as we have the files in package.json which whitelists only the dist folder so the examples will not be packaged up.

@Ademsk1 Ademsk1 merged commit bfa3c1f into master Oct 19, 2023
4 of 5 checks passed
@Ademsk1 Ademsk1 deleted the fix/recursive_import branch October 19, 2023 17:50
Copy link
Member

Choose a reason for hiding this comment

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

did you intend to remove the npmignore file?

Copy link
Contributor Author

@Ademsk1 Ademsk1 Oct 19, 2023

Choose a reason for hiding this comment

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

@simoneb Yes, I mention it above in the pr comment.

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.

Recursive import
2 participants