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

**Is your feature request related to a problem? Please describe.** `prepareContent` is used to strip indentation and prepend some data to any file. Would be a nice addition to generate...

enhancement
help wanted

**Describe the bug** Can't compile app when importing .pcss file, which have defined custom-media **Logs** ``` $ sapper dev ✗ server Unexpected character '@' (Note that you need plugins to...

question

**Is your feature request related to a problem? Please describe.** When using svelte to develop a library, it is recommended to ship source code (*.svelte) to npm and add a...

enhancement
question

I would like to add a blog to my svelteKit website and statically render markdown text. There are other svelte markdown preproscessors but having it in the "Official" one could...

Hello! Thank you for functional library! **Describe the bug** Need to use babel, the [example](https://github.com/sveltejs/svelte-preprocess?tab=readme-ov-file#modern-javascript-syntax) from the documentation is not working, and I can't figure out why. Testing on [@babel/plugin-transform-unicode-sets-regex](https://babeljs.io/docs/babel-plugin-transform-unicode-sets-regex)...

closes https://github.com/sveltejs/svelte-preprocess/issues/305 closes https://github.com/sveltejs/svelte-preprocess/issues/312 Turns out the `preserve` option doesn't actually do anything useful anymore because it's now looking at `lang` and not `type` as it was originally. The original...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.5 to 7.23.6. Release notes Sourced from @​babel/traverse's releases. v7.23.6 (2023-12-11) Thanks @​martinez-hugo and @​odinho for your first pull requests! :eyeglasses: Spec Compliance babel-generator, babel-parser, babel-types #16154...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

> (socket) [email protected] contains risks: > Install scripts - Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts. >...