Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Failed to replaces hash when loader is a actual file name.
For example: ```html <link rel="manifest" href="/manifest.json"> ``` ``` { test: /manifest.json$/, loader: 'file-loader', options: { name: `[name]-[hash:${fileHashLength}].[ext]` } } new ReplaceHashWebpackPlugin({ src: `**/*.html`, exts: ['js', 'css', 'png', 'json'] }) ```
- Loading branch information