svelte-preprocess icon indicating copy to clipboard operation
svelte-preprocess copied to clipboard

A ✨ magical ✨ Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, Coffeescript, TypeScript, Pug and much more.

Results 101 svelte-preprocess issues
Sort by recently updated
recently updated
newest added

**Describe the bug** >A clear and concise description of what the bug is. `SvelteFC({...chartConfigs})` leads to an `Unexpected token (ts)` error **To Reproduce** >To help us help you, if you've...

this is my svelte config file ``` import adapter from '@sveltejs/adapter-auto'; import preprocess from 'svelte-preprocess'; import autoprefixer from 'autoprefixer'; import cssnanoPlugin from 'cssnano'; import postcssPurgecss from '@fullhuman/postcss-purgecss'; import postcssPresetEnv from...

I'm not sure where this question belongs, but I'm having trouble using the bootstrap SCSS in my Svelte project over what appears to be inconsistent treatment of global SCSS. The...

**Is your feature request related to a problem? Please describe.** I want to use Svlete with CustomElements and I want to keep styles cause Svelte removes unused styles. Without CustomElements...

This issue is intended to collect breaking changes we want to do for the next major version of `svelte-preprocess`. What currently comes to my mind: - remove support for the...

next-major

Bumps [terser](https://github.com/terser/terser) from 4.3.9 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.12.1 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

I am getting the following error when I try to load some packages. I only get the error when I have the babel preprocessor on. ![image](https://user-images.githubusercontent.com/14980193/134910983-5dd02bc7-ed0c-4f1f-b4a9-e3d600ac8a14.png) this is my config...

**Is your feature request related to a problem? Please describe.** There is this amazing module that lets you type check your data in runtime called [typescript-is](https://www.npmjs.com/package/typescript-is). It is super useful...

**Describe the bug** I'm trying to import and configure preprocessor manually. **To Reproduce** Repo: https://github.com/basaran/prep-issue ``` pnpm install -D svelte-preprocess; ``` then import in `svelte.config.js` ``` import { sass }...