mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-22 04:18:33 -05:00
0909bc8688
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](https://github.com/vuejs/vue-cli/commit/f68358307861614ff3fe5f20af19110cbf39ebe7) 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.
5.4 KiB
5.4 KiB