gst-plugins-rs/net/webrtc/examples/webrtcsink-stats/svelte.config.js

14 lines
306 B
JavaScript
Raw Normal View History

2021-11-26 19:33:45 +00:00
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,
},
})
}