0.0.8 • Published 5 years ago

combine-export-plugin v0.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

combine-export-plugin

combine-export-plugin NPM downloads

A webpack plugin for combine export from multiple file

Install

npm install -D combine-export-plugin

Usage

// webpack.config.js

const CombineExportPlugin = require('combine-export-plugin')
module.exports = {

  //...

  plugins: [
    new CombineExportPlugin({
      basePath: path.resolve(__dirname, '../src/api/'),
      targetName: 'index.js',
      patterns: {
        include: '**/**.js',
        exclude: '',
      }
    }),
  ]

  // ....

}
0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago