lovelope / file-list-webpack-plugin

A webpack plugin to show your build file(s).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

file-list-webpack-plugin

A webpack plugin to show your build file(s).

build status

πŸ“¦ Install

npm i -D @lovelope/file-list-webpack-plugin
# or
yarn add -D @lovelope/file-list-webpack-plugin

πŸ”¨ Usage

// webpack.config.js
const { FileListWebpackPlugin } = require('@lovelope/file-list-webpack-plugin');

module.exports = {
  plugins: [new FileListWebpackPlugin()],
};

πŸ”§ Options

Name Type Default Description
debug {Boolean} false Enables/Disables debug mode

debug

Type: Boolean Default: false

Enables/Disables debug mode

Examples output:

[FileListWebpackPlugin]:  empty fileList FileList shown:


[FileListWebpackPlugin]:  fileList in loop FileList shown:

 main.js
[FileListWebpackPlugin]:  all fileList  FileList shown:

- main.js

πŸ˜„ Contributing

Please join us.

πŸ”‘ License

MIT

About

A webpack plugin to show your build file(s).

License:MIT License


Languages

Language:JavaScript 70.7%Language:TypeScript 29.3%