Skip to content

Instantly share code, notes, and snippets.

@dsebastien
Created October 17, 2021 15:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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