-
17:53:08 [vite-plugin-svelte] WARNING: The following packages use a svelte resolve configuration in package.json that has conflicting results and is going to cause problems future.
@beyonk/svelte-n…
-
**Describe the bug**
A bit of a mouthful.
If I have:
```
src
src/routes
src/routes/somedir/index.js
src/routes/somedir/[slug].js
```
The final server route ([slug].js) will fail to expo…
-
Hi, I'm considering to use `svelte-google-analytics` (and subsequently `async-script-loader`). The one thing that's holding me back is that [github#beyonk-adventures/async-script-loader](https://githu…
-
![image](https://user-images.githubusercontent.com/26248866/191438266-bc256aa1-8ced-421a-a1db-a26a621815ac.png)
```
import DatePicker from '@beyonk/svelte-datepicker/src/components/DateP…
-
I use typescript with Sveltekit and it gives run time error:
```
Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: .../node_modules/@beyonk/svelte-notifications/index.js
require() of ES…
-
The readme on https://www.npmjs.com/package/@beyonk/svelte-google-analytics has this code snippet:
`ga.earnVirtualCurrency('SvelteBucks', 50)`
which is no longer valid (the function is only on t…
-
Using your library in a [SvelteKit](https://github.com/sveltejs/kit) project with [Vite](https://github.com/vitejs/vite), I get the following warning:
```
@beyonk/async-script-loader doesn't appea…
-
Using svelte-notifications with the sveltekit node adapter results in the following error:
Error when evaluating SSR module /src/routes/test.svelte:
TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown…
-
Hi,
A compile error is generated with version 11:
[vite-plugin-svelte] /node_modules/@beyonk/gdpr-cookie-consent-banner/src/lib/Ba
nner.svelte:1:16 The 'customElement' option is used when gener…
-
Hello,
Here is a solution to using this library with vitejs as a bundler
working with `"vite": "^3.0.7"`
## Step by step
### install `@rollup/plugin-replace`
```
npm install @rollup/plugin…