svelte.config.js 369 B

1234567891011
  1. // Copyright 2019-2023 Tauri Programme within The Commons Conservancy
  2. // SPDX-License-Identifier: Apache-2.0
  3. // SPDX-License-Identifier: MIT
  4. import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
  5. export default {
  6. // Consult https://svelte.dev/docs#compile-time-svelte-preprocess
  7. // for more information about preprocessors
  8. preprocess: vitePreprocess()
  9. }