-
Notifications
You must be signed in to change notification settings - Fork 13
Chokes on large files #13
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
Comments
Looks like it is code-red issue. 66K per md file, you mean? |
Yeah that is right, this if for an .md file. I'm not sure what is using |
Svelte-compiler - see the last line |
I'm not sure is there any limit of the html elements per svelte components. I think, better way to split file and import those parts into it |
Cool was just doing some testing, not really needed. I can link the file for external for now. Having said that large files are having problems loading on the UI side as well as loading everything in memory and then routing it. |
I think the problem is not filesize itself but number of html-elements after markdown code processing. Could you share this file, I'll do some tests. |
@AlexxNB Unfortunately it is a changelog for a framework within our org so I won't be able to share it. But the React one is quite large as well and have the same issue https://github.com/raw/facebook/react/master/CHANGELOG.md |
Looks like they are already on to it, more info can be found from this issue sveltejs/svelte#4694 |
It seems files larger than 66K will give this kind of error:
The text was updated successfully, but these errors were encountered: