New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vite-plugin-solid-styled

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-solid-styled

Vite plugin for solid-styled

latest
Source
npmnpm
Version
0.12.1
Version published
Weekly downloads
150
-60.53%
Maintainers
1
Weekly downloads
 
Created
Source

vite-plugin-solid-styled

Vite plugin for solid-styled

NPM JavaScript Style Guide

Install

npm install --D vite-plugin-solid-styled
yarn add -D vite-plugin-solid-styled
pnpm add -D vite-plugin-solid-styled

Usage

import solidStyled from 'vite-plugin-solid-styled';
import solid from 'vite-plugin-solid';

///...
export default {
  plugins: [
    solid(),
    solidStyled({
      prefix: 'my-prefix', // optional
      filter: {
        include: 'src/**/*.{ts,js,tsx,jsx}',
        exclude: 'node_modules/**/*.{ts,js,tsx,jsx}',
      },
    }),
  ]
}

Config options

{
  // Toggle verbose scope names based
  // on the owning component's name,
  // useful for debugging
  // Default: false
  "verbose": true,

  // Allows prefixing scope names
  // useful for package publishing
  // Default: undefined ('')
  "prefix": "example",
}

Sponsors

Sponsors

License

MIT © lxsmnsyc

Keywords

pridepack

FAQs

Package last updated on 18 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts