@lovelope/file-list-webpack-plugin

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


Keywords
file, list, node, plugin, webpack
License
MIT
Install
npm install @lovelope/file-list-webpack-plugin@0.0.1

Documentation

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