Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Electron/NativeScript adapters? #97

Closed
Rich-Harris opened this issue Oct 29, 2020 · 4 comments
Closed

Electron/NativeScript adapters? #97

Rich-Harris opened this issue Oct 29, 2020 · 4 comments
Labels
adapters - general Support for functionality general to all adapters
Milestone

Comments

@Rich-Harris
Copy link
Member

🤔

@dominikg
Copy link
Member

electron may require hash-based routing or sth like https://github.com/sindresorhus/electron-serve to work.

@Rich-Harris Rich-Harris added this to the whenever milestone Dec 4, 2020
@benmccann benmccann added the adapters - general Support for functionality general to all adapters label Dec 11, 2020
@lukaszpolowczyk
Copy link
Contributor

Yet NodeGUI is worth attention.
It's probably all a separate adapter.

@ptkdev
Copy link

ptkdev commented May 14, 2021

Please, yes!
To work need allow base path with dot in svelte.config.js

const config = {
	preprocess: preprocess(),

	kit: {
		adapter: adapter({ out: "build" }),
		target: "#svelte",
		paths: {
			base: "./"
		}
	}
};

but return error: base must be a root-relative path

@Rich-Harris
Copy link
Member Author

Realistically this can't work without #3535. I'm going to close this since it's not very actionable at the moment, have left a note there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adapters - general Support for functionality general to all adapters
Projects
None yet
Development

No branches or pull requests

5 participants