Skip to content

Releases: metonym/svelte-preprocess-global

v0.2.0

16 May 01:17
Compare
Choose a tag to compare

Features

  • detect and make keyframes global

Fixes

  • ignore files from .svelte-kit folder

v0.1.0

15 May 20:03
Compare
Choose a tag to compare

Initial release.

Usage

// svelte.config.js
import { global } from "svelte-preprocess-global";

/** @type {import('@sveltejs/kit').Config} */
const config = {
  preprocess: [global()],
};

export default config;