Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vite-plugin-copy

Vitejs plguin: copy files and folders

This guy is lazy and has not had time to write the document

Installation

# npm
npm install vite-plugin-copy -D

Usage

import copy from 'vite-plugin-copy'

export default {
    input: "index.js",
    output: {
        file: "bundler.js",
        format: 'es',
    },
    plugins: [
        copy([
            { src: './data.js', dest: 'dist/' },
        ]),
    ],
};

About

Vitejs plguin: copy files and folders

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages