Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

@deno/vite-plugin

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deno/vite-plugin

Plugin to enable Deno resolution inside vite.

Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
7K
9.56%
Maintainers
5
Weekly downloads
 
Created
Source

Deno vite plugin

Plugin to enable Deno resolution inside vite.

Usage

Install this package:

# npm
npm install deno-vite-plugin
# pnpm
pnpm install deno-vite-plugin
# deno
deno install deno-vite-plugin

Add the plugin to your vite configuration file vite.config.ts:

  import { defineConfig } from "vite";
+ import deno from "deno-vite-plugin";

  export default defineConfig({
+   plugins: [deno()],
  });

License

MIT, see the license file.

FAQs

Package last updated on 26 Sep 2024

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