const preprocess = require('svelte-preprocess'); /** @type {import('@sveltejs/kit').Config} */ module.exports = { // Consult https://github.com/sveltejs/svelte-preprocess // for more information about preprocessors preprocess: preprocess(), kit: { // hydrate the
element in src/app.html target: '#svelte' } };