Socket
Socket
Sign inDemoInstall

@lovelope/file-list-webpack-plugin

Package Overview
Dependencies
298
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @lovelope/file-list-webpack-plugin

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


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

NameTypeDefaultDescription
debug{Boolean}falseEnables/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

Keywords

FAQs

Last updated on 22 Jul 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc