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 a bug caused by tree shaking #60

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

Conversation

Dreaming-Codes
Copy link

@Dreaming-Codes Dreaming-Codes commented May 25, 2021

The tree shaking causes a bug that gives problems to all the files inside the models folder. It would be better to find a fix but until we understand the problem it is better to exclude thems

image
as soon as the script is started

The tree shaking causes a bug that gives problems to all the files inside the models folder. It would be better to find a fix but until we understand the problem it is better to exclude thems
@Dreaming-Codes
Copy link
Author

Okay, I investigated and it's not a problem to use this pull solution because it just tells the compiler that it can't skip those files but will still check them for unused code.

@Dreaming-Codes Dreaming-Codes changed the title Temporary fix for a bug caused by tree shaking Fix a bug caused by tree shaking May 25, 2021
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.

None yet

1 participant