A webpack plugin to show your build file(s).
npm i -D @lovelope/file-list-webpack-plugin
# or
yarn add -D @lovelope/file-list-webpack-plugin
// webpack.config.js
const { FileListWebpackPlugin } = require('@lovelope/file-list-webpack-plugin');
module.exports = {
plugins: [new FileListWebpackPlugin()],
};
Name | Type | Default | Description |
---|---|---|---|
debug |
{Boolean} |
false |
Enables/Disables debug mode |
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
Please join us.