Describe the problem
Is there an option or an adaptor that will build the app as svelte does - with a single js file and single css file?
Describe the proposed solution
This makes embedding into wordpress much simpler.
Alternatives considered
I am using the adapter from '@sveltejs/adapter-static' but this builds each component into many individual js and css files.
Also tried the wordpress adapter. It is not compatible with the latest version of Svelte Kit. And I do not believe it will create a single js file and single css file.
Importance
i cannot use SvelteKit without it
Additional Information
No response
Describe the problem
Is there an option or an adaptor that will build the app as svelte does - with a single js file and single css file?
Describe the proposed solution
This makes embedding into wordpress much simpler.
Alternatives considered
I am using the
adapter from '@sveltejs/adapter-static'but this builds each component into many individual js and css files.Also tried the wordpress adapter. It is not compatible with the latest version of Svelte Kit. And I do not believe it will create a single js file and single css file.
Importance
i cannot use SvelteKit without it
Additional Information
No response