1.1.0 • Published 6 months ago

@vituum/vite-plugin-concat v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

⚡️🔗 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

1.1.0

6 months ago

1.0.1

6 months ago

1.0.0

11 months ago

1.0.0-beta.1

11 months ago