@bbkkbkk/files-map-webpack-plugin

2.0.0 • Public • Published

files-map-webpack-plugin

Generate the mapping of the source entry file, the entry name, and the packaged and compiled file.

How to use

// webpack.config
import FilesMapWebpackPlugin from '@bbkkbkk/files-map-webpack-plugin';

export default {
  plugins: [
    new FilesMapWebpackPlugin()
  ]
};

API

parameter type description
path string The output directory is output to the output folder configured by webpack by default.
name string The name of the output file, the default is filesMap.json.

Readme

Keywords

none

Package Sidebar

Install

npm i @bbkkbkk/files-map-webpack-plugin

Weekly Downloads

44

Version

2.0.0

License

MIT

Unpacked Size

13 kB

Total Files

9

Last publish

Collaborators

  • duan602728596