webpack-json-file-list

1.0.2 • Public • Published

webpack-json-file-list

NPM

Webpack 5 plugin which generates a JSON file with the list of chosen built Javascript assets.

Example use:

plugins: [
    new WebpackJsonFileList({
        domain: process.env.BASE_URL,
        chunks: ['your_js_file'],
        assetDir: 'dist',
        outputFile: 'file_list.json'
    })
]

Readme

Keywords

none

Package Sidebar

Install

npm i webpack-json-file-list

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

4.02 kB

Total Files

4

Last publish

Collaborators

  • snengage