Skip to content

vituum/vite-plugin-concat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm package node compatility

⚡️🔗 ViteConcat

Vite plugin for concatenating files together, handy especially for old projects that used gulp-concat or grunt-concat for concatenating .js files together.

Automatically concatenates all import './paths' together into single file, additionally you can provide glob of files which should be also concated into single file via files option.

import concat from '@vituum/vite-plugin-concat'

export default {
    plugins: [
        concat({
            input: ['main.js']
        })
    ]
}
  • Read the docs to learn more about the plugin options.

Requirements

About

⚡🔗 Vite plugin for concatenating files together, handy especially for old projects that used gulp-concat or grunt-concat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published