Michael Wilson
Michael Wilson
For some reason it works in the sandbox but not when I run it locally with `npm run dev`. https://codesandbox.io/s/0cu8u
Yes, the index.html has ``
I'm not sure what you mean it is a bust.
I am having the same issue getting the css to work as shown in the docs. Tanks for the workaround MTyson.
I think that needs to be in the notes generator section eg: ``` [ '@semantic-release/release-notes-generator', { preset: 'conventionalcommits', parserOpts: { noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING'], }, presetConfig: { types:...
> zadamg You must be referring to Svelte-kit using Vite. I still maintain some Svelte projects using rollup.js, but I haven't tried this with Svelte-kit. In the end I made...
Thanks! I'll check it tommorrow and let you know. On Wed, Apr 3, 2024, 7:16 PM Jakob Rosenberg ***@***.***> wrote: > Thanks for the heads up. Please let me know...
After updating and changing the import to `import routify from '@roxi/routify/plugins/rollup.js' ` (no .js before) it is working fine. Thanks!
I dug into the code a bit and I think the documentation just needs to be changed to show `UrlOptions: {strict: boolean}` instead of `strict: boolean` as a parameter.
is all that is needed in the package.json just `"types": "./routify/typings/typedef.d.ts"`? It seems to be able to find the types when I ctrl + click so maybe this is not...