chore(examples): remove config.kit.target from sveltekit (#1105)

This commit is contained in:
Ricky de Laveaga 2022-02-17 19:20:04 -08:00 committed by GitHub
commit 2f8d80f9f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,9 +3,6 @@ import { optimizeImports } from "carbon-preprocess-svelte";
/** @type {import('@sveltejs/kit').Config} */
const config = {
preprocess: [optimizeImports()],
kit: {
target: "#svelte",
},
};
export default config;