Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: revert file name hashing in dev mode
closes #2492 The change was intended to mitigate the problem that Safari keeps caching dev bundles. But it caused several unintended bugs: 1. [Hashes in file names with HMR enabled might cause memory leaks](webpack/webpack-dev-server#377 (comment)) 2. Moving the hash to file query also breaks many webpack loaders: 1. [mocha-webpack](f683583) 2. [django-webpack-loader](#2492)) So till we find a better way to solve this issue, hashes in dev bundles should be removed.
- Loading branch information