mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-25 08:38:57 -06:00
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](https://github.com/webpack/webpack-dev-server/issues/377#issuecomment-241258405)
2. Moving the hash to file query also breaks many webpack loaders:
1. [mocha-webpack](f683583078)
2. [django-webpack-loader](https://github.com/vuejs/vue-cli/issues/2492))
So till we find a better way to solve this issue, hashes in dev bundles
should be removed.