May 31 2022 04:22 AM - edited May 31 2022 04:25 AM
Hi!
While cleaning stuff on my pc, I came a across this file:
C:\Users\<user>\AppData\Local\Microsoft\Edge\User Data\Default\IndexedDB\devtools_devtools_0.indexeddb.blob
which consisted of almost 4GB of webpack bundled files from my projects (I could recognize my code in the bundled files).
I successfully recreated the 'bug' by adding even more files by following these steps after the webpack server was initialized and I loaded the page with a devtools window open:
Clearing browser cache did not remove these files (But I did keep my 20K searches just because).
I tried to recreate the bug in Chrome but didn't work so I doubt that this is a webpack problem.
Also the webpack config was preconfigured from create-react-app with typescript (+ react-router-dom which I am not sure if it reconfigures anything).
Running on: