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

RangeError: Maximum call stack size exceeded #4729

Closed
BillyCallahan opened this issue Apr 27, 2020 · 2 comments
Closed

RangeError: Maximum call stack size exceeded #4729

BillyCallahan opened this issue Apr 27, 2020 · 2 comments

Comments

@BillyCallahan
Copy link

BillyCallahan commented Apr 27, 2020

I'm trying to integrate a vanilla js/css theme with sapper. To ease the process I grabbed the bundled version of my theme (bundled with webpack), and I just copied it where I needed it. But I keep getting the same error while compiling, wether I'm using rollup or svelte-loader:

✗ client
src/routes/index.svelte
Module build failed (from ./node_modules/svelte-loader/index.js):
Error: RangeError: RangeError: Maximum call stack size exceeded

Do you think I should try to merge the webpack configs instead of importing the bundle ?

@Conduitry
Copy link
Member

This sounds like a duplicate of #4694. If you think this is a separate bug, please provide a specific reproduction. If this is a support question, please ask in the Discord chat or on StackOverflow, but both of those places will also first want a particular reproduction to look at.

@BillyCallahan
Copy link
Author

My bad, I couldn't find this issue.
This is exactly the same problem I encounter.
Thank you

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

No branches or pull requests

2 participants