You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@farmfe/js-plugin-solid

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@farmfe/js-plugin-solid

SolidJS support for Farm

2.12.0
latest
npm
Version published
Weekly downloads
434
-9.77%
Maintainers
0
Weekly downloads
 
Created
Source

SolidJS support for Farm

Support SolidJS in Farm.

Usage

Install @farmfe/js-plugin-solid by your favorite package manager (npm, yarn, pnpm and so on):

npm i @farmfe/js-plugin-solid --save-dev # or pnpm/yarn add @farmfe/js-plugin-solid -D

Configuring the plugin in farm.config.ts:

import solid from '@farmfe/js-plugin-solid';

export default {
  compilation: {
    // ...
  },
  plugins: [solid()]
};

Options

see vite-plugin-solid options

FAQs

Package last updated on 16 Mar 2025

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