MathHubInfo / Frontend

A new MathHub Narration Frontend written in React.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Freeze Bug #33

Closed ghost closed 5 years ago

ghost commented 5 years ago

Fix the Freeze - Hash bug when building with the cache activated

tkw1536 commented 5 years ago

This seems to be related to an upstream bug in webpack and HardWebpackSourcePlugin. I am going to disable it for now and keep the issue open until this is solved.

tkw1536 commented 5 years ago

The reason for using HWSP is because we wanted to speed up webpack compilation. I managed to speed compilation (a clean development build takes ~11 seconds on my machine, a prod build ~ 22 seconds). Closing this issue as wontfix, as it is no longer needed.