1.0.2 • Published 3 years ago

webpack-json-file-list v1.0.2

Weekly downloads
5
License
MIT
Repository
-
Last release
3 years ago

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'
    })
]
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.0-rc.1

3 years ago

1.0.0-rc.0

3 years ago