gst-plugins-rs/net/webrtc/plugins/examples/webrtcsink-stats/svelte.config.js
2022-10-18 15:18:53 +02:00

14 lines
306 B
JavaScript

import sveltePreprocess from 'svelte-preprocess'
import * as sass from 'sass'
export default {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: sveltePreprocess({
sass: {
sync: true,
implementation: sass,
},
})
}