summaryrefslogtreecommitdiffstats
path: root/src/webapp/svelte.config.js
blob: b45af77ee6966d8ffaf144c7e24f98eda7c8e009 (plain) (blame)
1
2
3
4
5
6
7
8
9
import sveltePreprocess from "svelte-preprocess";

export default {
  preprocess: [
    sveltePreprocess({
      postcss: true,
    }),
  ],
};