Vadim

Results 43 comments of Vadim

Hi. Try to add `@babel/runtime` to dependencies manually.

`@babel/runtime` is a part of https://babeljs.io/docs/en/babel-plugin-transform-runtime. It reduces size of bundle. If you don't use this plugin, babel will copy helpers from `@babel/runtime` to every compiled file. Yes, it shouldn't...

Closed because the project no longer uses `@babel/runtime`

Thank you. I will update documentation a little later.

Hi. Make please example on codesandbox.

Hi. Make please example on codesandbox .

Hello. What version of `typescript` are you using?

`import type/export type` is feature of `typescript` 3.8. https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html#type-only-imports-and-exports Can you upgrade?

I don't see a problem with upgrading ts, versions are non-conflict. If this is not possible now, you can copy sources into your project and remove `type` from `import type`...