Skip to content

npm run styleguide:build - Maximum call stack size exceeded #1441

@kopax

Description

@kopax

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 frames

To reproduce

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions