Comment on Ask HN: Favorite Debugging Story?Comments−trumbitta22yThat time I discovered that a specific (since forgotten) version of Webpack would crash and burn if I imported an SVG icon with the word "add" in its file name.Took me 5 days to find it. 30 seconds to fix it. (add.svg --> plus.svg)
Comments
That time I discovered that a specific (since forgotten) version of Webpack would crash and burn if I imported an SVG icon with the word "add" in its file name.
Took me 5 days to find it. 30 seconds to fix it. (add.svg --> plus.svg)