Skip to content

Commit

Permalink
[refactor] remove unused SvelteKit config in svelte.config
Browse files Browse the repository at this point in the history
  • Loading branch information
TeemuKoivisto committed Nov 18, 2021
1 parent 732d097 commit dd85614
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions core/svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import autoPreprocess from 'svelte-preprocess'
import { resolve } from 'path'

const preprocessOptions = {
scss: { prependData: `@import 'src/global.scss';` }
Expand All @@ -8,18 +7,4 @@ const preprocessOptions = {
export default {
preprocess: autoPreprocess(preprocessOptions),
preprocessOptions,
kit: {
target: '#svelte',
vite: {
resolve: {
alias: {
$components: resolve('./src/components'),
$context: resolve('./src/context'),
$stores: resolve('./src/stores'),
$tabs: resolve('./src/tabs'),
$typings: resolve('./src/typings')
}
}
}
}
}

0 comments on commit dd85614

Please sign in to comment.