-
Using the latest version of node-fetch (3.0.0) causes the following error when requiring it in a route.js file for example:
```
Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /Users/d…
-
I will write this issue while I investigate, sorry if it looks messy.
### Step to reproduce:
- upgrade elderjs and svelte
- delete `__ELDER__` folder
- add `props: { compress: true }`
- start t…
-
Hello, I am using external Carousel library called 'glider-js'
In Glider JS code there is a [check](https://github.com/NickPiscitelli/Glider.js/blob/f5d9ed220674ba01a6de3a4969cbe6059c1b5301/glider.js…
-
elderjs newbie here. I installed with the instructions (npx degit Elderjs/template elderjs-app) and on opening Blog.svelte vscode throws a syntax error at the `` tag:
> Error in svelte.config.js .…
-
Every build seems to print this error:
> CSS file not found in /elder-path/public/_elderjs/assets
You can see it with a fresh `npx degit` of the template repo.
Indeed, at the time that the er…
-
### Step to reproduce
- `yarn run dev`
- edit a file
### Result
#### Layout
- website doesn't update, if I reload my page, I get this message in my shell
```
Error: ENOENT: no such file or …
-
Here is the repro:
https://github.com/eight04/node-test/tree/elderjs-style-prop
Svelte allows you to pass css custom property to components via `--prop=value` syntax:
https://svelte.dev/docs#temp…
-
I'd tried installing and using (only successfully installed once) the package alongside carbon-components-svelte (worked pretty fine), but it almost never actually successfully installed. It'd always …
-
@nickreese for the life of me I'm not able to find a way to use Terser/Uglify to do treeshaking, or remove any JavaScript code that is not used, sometimes called dead code, for builds.
In terser (wh…
-
I have the following widths configured:
```
widths: [1800, 1200, 900, 600, 350]
```
On an image with original width 1500 and using the following code for src: `helpers.images.largest('/images/phot…