A Javascript concat plugin for webpack
This module requires a minimum of Node v6.9.0 and Webpack 4.
To begin, you'll need to install webpack-js-concat-plugin
:
$ npm install webpack-js-concat-plugin --save-dev
Then add the plugin to your webpack
config. For example:
// webpack.config.js
const ConcatPlugin = require('webpack-js-concat-plugin');
module.exports = {
// ...
plugins: [
new ConcatPlugin(options),
],
// ...
}
And run webpack
via your preferred method.
Type: Object
Default: {}
Type: String
Default: ./