A Babel plugin that forces output to change whenever the input file changes, even for trivial/whitespace changes. Version 7.6.0 is current, but the primary use case (forcing Webpack to show updated eslint messages on unchanged files) has been obsolete since Webpack v3.5.4 fixed the underlying issue. The plugin remains functional for anyone needing deterministic output changes, but it is effectively a legacy tool. It has no dependencies beyond Babel itself and is a zero-config plugin.
npm install babel-plugin-add-filehashVerified import paths — ran on the pinned version, not inferred.
Shows how to enable the plugin in Babel configuration.
Remove plugin from configuration if using Webpack v3.5.4+.
Verify plugin is correctly listed in plugins array. Check for other plugins that may suppress output.
No dependency data recorded yet.