shellscape / webpack-manifest-plugin

webpack plugin for generating asset manifests
MIT License
1.44k stars 185 forks source link

When bundling the manifest in the client it loops indefinitely #105

Closed mastilver closed 6 years ago

mastilver commented 6 years ago

I'm aware it's a weird things to do and I'm not sure yet if it's solvable and if we should solve it

index.js

import manifest from './manifest.json`
mastilver commented 6 years ago

Closing as it's a terrible idea (you will always get the previous build anyway...)

https://webpack.js.org/plugins/watch-ignore-plugin/ prevents the looping for similar manifest