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

vite-plugin-copy-folder

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-copy-folder

vite-plugin-copy-folder is a plugin for copying distfolder.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
0
Created
Source

vite-plugin-copy-folder

vite-plugin-copy-folder is a plugin for copying distfolder.

Installation

npm install vite-plugin-copy-folder --save-dev

Usage

import {copyFolderSyncVite} from "vite-plugin-copy-folder"

export default defineConfig(({ command, mode }) => ({
 

  plugins: [
     copyFolderSyncVite(`./from`, `./to`)
  ],

 
}));

License

MIT

FAQs

Package last updated on 03 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