Skip to content
#

tiny

Here are 494 public repositories matching this topic...

kirillgroshkov
kirillgroshkov commented May 13, 2020

I've read many similar closed issues, but haven't found a good documented solution on what can I do as a consumer of ky package if I need to support e.g iOS 10.0 browser (that breaks on async/await support currently).

I agree that it's not related to ky itself, but can be a nice help for the consumers of the package.

In our particular can we don't use babel (we use typescript), so I'm

next-translate
wescopeland
wescopeland commented May 23, 2020

Thanks for building next-translate, I love using it so far ❤️

The following config works great:

  "currentPagesDir": "src/pages_",
  "finalPagesDir": "src/pages",

However, the below config causes errors, probably because the compiled pages are not having their import paths adjusted:

  "currentPagesDir": "src/pages_",
  "finalPagesDir": "pages",

But I think this

Improve this page

Add a description, image, and links to the tiny topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tiny topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.