Ivan Voskoboinyk

Results 40 comments of Ivan Voskoboinyk

I support this issue. Having both CommonJS and ESM builds within a single package will greatly help with releasing dual-build packages: with both CommonJS and ESM builds released and conditionally...

> We could just drop cjs since Node.js has supported ESM for about 3 years now. I doubt this is an option. As you cannot `require()` an ESM module from...

I did not find a good local solution yet. A good solution would be to submit a PR to change the exports of `@loadable/component` to provide a named alternative for...

@AAAstorga There's a working option I've found to unwrap an improper default export (with a different package) that you may want to try: ```ts import loadableModule "@loadable/component"; function unwrap(module: T...

It's worth updating the title to also include Outlook 2021, along with Office 365 Outlook. As they do have this bug present as well.

> I assume from the example that this issue only effects styles that are not inlined… yes? Yes, that's correct. It only affects global stylesheets based on class selectors.

@jonschlinkert is this library unmaintained?

> ``` > ./symfony project:migrate-to-version-4 > ``` > > Does someone share the same dream? Nope. Not realistic, even for a dream, IMO :)