mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-22 12:22:23 +02:00
git-subtree-dir: foundations/utils git-subtree-mainline:6ea92dd409git-subtree-split:063b52c1ca
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
const sveltePreprocess = require('svelte-preprocess')
|
|
|
|
module.exports = {
|
|
preprocess: sveltePreprocess()
|
|
}; |