mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore(examples): remove config.kit.target from sveltekit (#1105)
This commit is contained in:
parent
e827fe0a23
commit
2f8d80f9f7
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