-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Current behavior
After running npm run styleguide:build, I have:
bundle.ebc589be.js:65 Uncaught RangeError: Maximum call stack size exceeded
at e (bundle.ebc589be.js:65)
at e (bundle.ebc589be.js:65)
...
Show 170 more framesTo reproduce
- Example: https://rollup-umd.github.io/test
- Local Reproduction:
git clone [email protected]:rollup-umd/test.git
cd test
npm i
npm run styleguide:build
npm i -g serve
serve public
# open chrome and http://localhost:5000
Expected behavior
- Work as in
npm run styleguide.
Related information
It was working 24h ago, since then, I have not change anything in all my sources codes.
All my production build in all my projects are down.
I believe (unless I am wrong but to me it is the only valid reason): the dep tree as changed
Does anybody have an idea of what change recently?