Socket
Socket
Sign inDemoInstall

bundle-filelist-webpack-plugin

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bundle-filelist-webpack-plugin

a webpack plugin that outputs webpack bundle assets to a markdown file


Version published
Weekly downloads
9
Maintainers
1
Install size
2.38 kB
Created
Weekly downloads
 

Readme

Source

a webpack plugin that outputs webpack bundle assets to a markdown file

Usage

  1. install

npm install bundle-fileList-webpack-plugin --save-dev
  1. in your webpack config file

const BundlefileListWebpackPlugin = require('bundle-fileList-webpack-plugin');

// webpack config object

module.exports = {
  ...

  plugins: [
    ...
    new BundlefileListWebpackPlugin({
      // 生成的 markdow 文件名称(带上.md 扩展名)
      filename: 'myAssetsList.md'
    }),
    ...
  ],
  ...
}

Keywords

FAQs

Last updated on 24 Dec 2020

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