README
What is this?
The webpack plugin companion for https://github.com/braunse/CallWebpackEntrypoint
How to enable?
...
plugins: [
...
new WebpackEntrypointListPlugin({
outputDir: WHERE_TO_STORE_THE_JSON_FILE
})
...
]
...