mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
e026683db0
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
const sveltePreprocess = require('svelte-preprocess')
|
|
|
|
module.exports = {
|
|
preprocess: sveltePreprocess()
|
|
}; |