{"library":"rollup-plugin-thunder","title":"rollup-plugin-thunder","description":"A Rollup plugin for LightningCSS, providing CSS transformation, minification, and module support. Current stable version 2.0.1 (September 2025) with regular updates. Key differentiators: seamless integration with Rollup, auto CSS modules via naming conventions, and support for CSSStyleSheet. ESM-only, TypeScript-friendly with bundled types.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-thunder"],"cli":null},"imports":["import thunder from 'rollup-plugin-thunder'","import { clasess } from 'rollup-plugin-thunder'","import { C } from 'rollup-plugin-thunder'","import type { Options } from 'rollup-plugin-thunder'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import thunder from 'rollup-plugin-thunder';\n\nexport default {\n  input: 'src/index.css',\n  plugins: [\n    thunder({\n      minify: true,\n      sourceMap: true,\n      modules: true,\n      autoModules: /\\\\.module\\\\.css$/,\n    }),\n  ],\n  output: {\n    dir: 'dist',\n    format: 'esm',\n  },\n};\n","lang":"typescript","description":"Configures Rollup with Thunder plugin for CSS processing: minification, source maps, CSS modules, and auto-module detection.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}