mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-12 00:11:17 +00:00
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
const sveltePreprocess = require('svelte-preprocess')
|
|
|
|
module.exports = {
|
|
preprocess: sveltePreprocess()
|
|
}; |