Our great sponsors
-
svelte-preprocess
A ✨ magical ✨ Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, Coffeescript, TypeScript, Pug and much more.
// svelte.config.js const sveltePreprocess = require('svelte-preprocess'); module.exports = { // Consult https://github.com/sveltejs/svelte-preprocess // for more information about preprocessors preprocess: sveltePreprocess(), };
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- Always an error on build with ?. Operations
- SvelteKit error: "[vite] Error when evaluating SSR module" when using ssh2-promise
- how to replace strings with .env (dotenv-flow) · Issue #387 · sveltejs/svelte-preprocess
- Storing environment variables in SvelteKit
- Simplest way to set up Svelte with Tailwind CSS