Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bundle-filelist-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 24 Dec 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc