Arash Koushkebaghi

Results 3 comments of Arash Koushkebaghi

In case you get the Duplicate Key Error, make sure you use `interface` not `type` even if the linter complains. make sure to disable it: ```ts // eslint-disable-next-line @typescript-eslint/no-unused-vars import...

> @daton89 Try playing with the `devtool` property, set it `eval` to see if you see any significant change, if so read Webpack's docs and try the other, less cheap,...

I would like to request for a change, if that's okay. There is another vulnerability in `levelup`. the problem had been fixed already form their side https://github.com/Level/levelup/issues/676. However, I'm not...