mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
const sveltePreprocess = require('svelte-preprocess')
|
|
|
|
module.exports = {
|
|
preprocess: sveltePreprocess()
|
|
}; |