Marcos Rigoli
Marcos Rigoli
With latest versions of Svelte, this is a new requirement: https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition This fixes #31 If "exports" is missing in `package.json`, it throws a warning: ``` WARNING: The following packages have...
I'm working on a module package that generates text files, and I'm appending the current module version to the generated files. This package helped me to deal with reading the...
## Bug report ### Current Behavior The Algolia service seems to be failing:  The error details are: ```text { "message": "Invalid Application-ID or API key", "status": 403 } ```...