1.0.0 • Published 5 years ago
not-svelte-kit v1.0.0
Current support
@sveltejs/kit:1.0.0-next.321.0.0-next.331.0.0-next.34
What is this?
Version 1.0.0-next.32 of @sveltejs/kit broke a number of things:
- Doesn't run on Windows because of ESM imports using non-URI paths
- Breaks with existing adapters
Fixed in
1.0.0-next.34 - Adapt process also doesn't run on Windows
- Application dependencies are being imported as if they were dependencies of
@sveltejs/kit(and thus failing)
This is an UNOFFICIAL compatibility wrapper around the CLI to work around those issues.
It is intended as a temporary drop-in substitute to the svelte-kit CLI.
Usage
npm i -D not-svelte-kitReplace executions of svelte-kit with not-svelte-kit in your package.json scripts:
"scripts": {
"dev": "not-svelte-kit dev",
"build": "not-svelte-kit build",
"start": "not-svelte-kit start"
},npx not-svelte-kit adapt is also supported.
This bodge brought to you by SK Incognito.
1.0.0
5 years ago
0.0.7-next.34
5 years ago
0.0.6-next.34
5 years ago
0.0.4-next.34
5 years ago
0.0.5-next.34
5 years ago
0.0.2-next.33
5 years ago
0.0.2-next.32
5 years ago
0.0.1-next.32
5 years ago