Lev Chelyadinov
Lev Chelyadinov
`pnpm` has this dope feature called [`packageExtensions`](https://pnpm.io/package_json#pnpmpackageextensions) where it lets you inject fields into the `package.json` of your dependencies. Wonder if that could work as a temporary solution. UPD: never...
I've added the static adapter. There seems to be an issue regarding the link paths in the resulting HTML. I run the following command (after patching up `clipboard-polyfill`'s `package.json`): ```fish...
> in the meantime you could create a `src/hooks.js` file that uses a `handle` method to search and replace those strings to include the base path But that still doesn't...
Is this a known issue though, or should it be filed as a bug?
[There is](https://github.com/sveltejs/kit/issues/2697) now. We'll wait until this is resolved to continue migrating.
@benmccann We've proceeded further with the migration, however, now, a rather puzzling error appears upon trying to export the site: ``` > Using @sveltejs/adapter-static > 404 /docs/components (linked from /docs/components/autocomplete-option)...
Nothing particular that we're stuck with, we're not making much progress due to a lack of motivation :) I appreciate you checking in though, I might come back to this...
Alternatively, if you want to test out the changes in your own project, enter its directory and use `pnpm link ./path/to/attractions-compiled/`
Hi! Yeah :0 We haven't been at the project for a while, which is why the installation instructions talk about Sapper. The library is compatible with SvelteKit though (it's just...
> it suggests having a rollup.config.js It's not needed for SvelteKit, just the changes that you'd make in `svelte.config.js` > Does svelte take care of not including unused modules behind...