Skip to content

Instantly share code, notes, and snippets.

@dsebastien
Created October 17, 2021 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsebastien/0489507922f745583cdedc6ebf0e4f55 to your computer and use it in GitHub Desktop.
Save dsebastien/0489507922f745583cdedc6ebf0e4f55 to your computer and use it in GitHub Desktop.
Svelte configuration
const sveltePreprocess = require('svelte-preprocess');
module.exports = {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: sveltePreprocess(),
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment