ssaneemf

Results 2 comments of ssaneemf

Also fails for production build, tested locally and on server (cannot share any github repo as it's company's project, not my personal, but it works the same on minimal project...

Thanks for the tip about memfs! Production build fixed by overriding memfs and webpack versions in package.json ``` "overrides": { "webpack": "5.96.0", "memfs": "4.14.0" } ``` Unfortunately still no luck...