2.0.0 • Published 3 years ago

@bbkkbkk/files-map-webpack-plugin v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

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

parametertypedescription
pathstringThe output directory is output to the output folder configured by webpack by default.
namestringThe name of the output file, the default is filesMap.json.
2.0.0

3 years ago

1.1.0

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago