Ozair Patel

Results 17 comments of Ozair Patel

Any movement on this? I don't mind helping out 😄

I saw that issue but did not put two and two together, that makes sense now. I see the old implementation creates it's own console object. Monkey patching the existing...

Any update on this happening?

@Rickgg `ts-loader` is only needed if you're actually using TypeScript within the project. However if you're not you can simply define `index.d.ts` without any compilation to type the method signatures....

Having this issue as well :/. Is there no way to force no parsing?

You can find an explanation of this behavior in this blog post, https://www.beyondjava.net/console-log-surprises-with-internet-explorer-11-and-edge. This solution worked for me, https://stackoverflow.com/questions/7742781/why-does-javascript-only-work-after-opening-developer-tools-in-ie-once I've simplified it to this however, ```js var console = window.console...

I have held back on a PR since I am not sure if @caiogondim wants polyfills essentially bundled in the library. CoreJS, which are the standard polyfills Babel uses, had...

> Correct. To be clear, I'm not even sure how this can be done. Are you able to find another web framework that does this? Not Javascript, but a web...

Unfortunately the Storybook docs are out of date. Try this ```js const path = require('path') /** * * @param baseConfig * @param env * @param {webpack.Configuration} config * @return {webpack.Configuration}...