0.0.2 • Published 2 years ago

webpack-plugin-get-assets v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

WepackPluginGetAssets

A webpack plugin of getting built assets

Dependency

  • webpack3+ || webpack4+ || webpack5+

Support

  • Export resources to the specified file.
  • Custom output format

Usage

const WepackPluginGetAssets = require('webpack-plugin-get-assets')

module.exports = {
  ...
  plugins: [
    new WepackPluginGetAssets({
      filename: "version.txt"
    })
    ...
  ]
}

Reference

https://github.com/xuwenchao66/webpack-plugin-practice