Skip to content

Latest commit

 

History

History
executable file
·
11 lines (7 loc) · 398 Bytes

README.md

File metadata and controls

executable file
·
11 lines (7 loc) · 398 Bytes

Test case for build error

To reproduce error

  1. Clone this repository
  2. Run npm intall to install Fractal
  3. Run fractal build

The build process should then fail with a fatal error (Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory).

If you remove one item from the context of component "ul", the build process will finish without errors.