mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
ddecae80dd
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
const sveltePreprocess = require('svelte-preprocess')
|
|
|
|
module.exports = {
|
|
preprocess: sveltePreprocess()
|
|
}; |