@vituum/vite-plugin-concat
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @vituum/vite-plugin-concat

Weekly Downloads

92

Version

1.1.0

License

none

Unpacked Size

5.12 kB

Total Files

5

Last publish

Collaborators

  • evromalarkey