platform/plugins/survey-resources/svelte.config.js
Chunosov 6369e3f093
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Add draft survey app (#7162)
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
2024-11-13 14:53:46 +07:00

5 lines
111 B
JavaScript

const sveltePreprocess = require('svelte-preprocess')
module.exports = {
preprocess: sveltePreprocess()
};