mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-28 02:16:07 +00:00
cd6fdf3b29
This commit fixes the style issues introduced in 6e31b44
according to the output
from Prettier.
Details: None
9 lines
335 B
JavaScript
9 lines
335 B
JavaScript
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
|
|
import { phosphorSvelteOptimize } from "phosphor-svelte/preprocessor";
|
|
|
|
export default {
|
|
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
|
|
// for more information about preprocessors
|
|
preprocess: [phosphorSvelteOptimize(), vitePreprocess()],
|
|
};
|