Peter Kottas

Results 48 comments of Peter Kottas

I have seen this error too. It falsely reported isSupported to be true. Solved by ``` if (isSupported() && window?.screen?.orientation?.type) ``` I don't know the exact device as this happened...

Yeah, considering what it is, the ease of use is imho high priority. But I am afraid this is not maintained much anymore. Pitty.

You are putting the glob in the place where you should put the test strings. Find the updated version of the tester here: https://www.digitalocean.com/community/tools/glob?comments=true&glob=.%2FpathToFiles%2F%2A%2A%2F%21%28%2A.d%29.%7Bts%2Ctsx%7D&matches=false&tests=%2F%2F%20This%20will%20match%20as%20it%20ends%20with%20%27.js%27&tests=.%2FpathToFiles%2Fworld.ts&tests=.%2FpathToFiles%2Fworld.tsx&tests=%2F%2F%20This%20won%27t%20match%21&tests=%2FpathToFiles%2Fworld.d.ts&tests=%2FsomeDifferentPath%2Fsome%2Fglobs Before I only tested the general...

No worries, I've been using ``` i18next './pathToFiles/**/*.{tsx,ts}' ``` with no problems for a while. But we added a lot of d.ts files that should be filtered out to speed...

Hi @asfktz, I've also encountered a problem of vendor files missing in stats object. I wanted to analyze some issues with size of files it produces but unfortunately it relies...

Cool, that looks simple enough. I assume this will only output stats specific for the vendors bundle. Or is it actually combining it with the rest of the stats?

Nice one! Would it maybe be worth doing that inside autodll-webpack-plugin? Or in fact, if 'done' is called by webpack only after everything is done, I see how that could...

I see your point. I would look at it myself but I don't have time for it now (might have some around Christmas). I really believe it would be the...

More than 1 year since this was fixed and it's still not merged in? That's quite disappointing.

I was just going to switch to something else but this brings a little bit of hope. Especially looking forward to seeing #24 merged