mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
chore(examples):remove config.kit.target from sveltekit example
to prevent this error that halts dev or build > config.kit.target is no longer required, and should be removed
This commit is contained in:
parent
e827fe0a23
commit
68b9ecf0fc
1 changed files with 0 additions and 3 deletions
|
@ -3,9 +3,6 @@ import { optimizeImports } from "carbon-preprocess-svelte";
|
||||||
/** @type {import('@sveltejs/kit').Config} */
|
/** @type {import('@sveltejs/kit').Config} */
|
||||||
const config = {
|
const config = {
|
||||||
preprocess: [optimizeImports()],
|
preprocess: [optimizeImports()],
|
||||||
kit: {
|
|
||||||
target: "#svelte",
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default config;
|
export default config;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue