Engineering Manager and Fullstack Developer (on my free-time!), currently living in Brazil. Adept of DevOps and Agile Cultures, always looking forward improving my code and practices.
Location
Paraná, Brazil
Education
Bacharel em Sistemas de Informação @ Universidade Tecnológica Federal do Paraná
ReferenceError: sveltePreprocess is not definedhmm, this might be due to changes on the latest versions of Svelte. Did you manage to get past this error?
Install svelte-preprocess:
npm i -D svelte-preprocessThen import sveltePreprocess at top of rollup.config.js file:
import sveltePreprocess from 'svelte-preprocess';