mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-02 17:02:29 +00:00
79659c4c32
Signed-off-by: Artem Savchenko <armisav@gmail.com>
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
const sveltePreprocess = require('svelte-preprocess')
|
|
|
|
module.exports = {
|
|
preprocess: sveltePreprocess()
|
|
}; |