mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-25 16:48:56 -06:00
Development builts with HMR enabled have a bunch of problems with hashes in filenames (e.g., https://github.com/webpack/webpack-dev-server/issues/377#issuecomment-241258405). But to mitigate the Safari caching issue, hashes cannot be omitted. So move them to query parameters to see if this works.