We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
xxhash64
1 parent a38dc8e commit f986340Copy full SHA for f986340
packages/@vue/cli-service/lib/config/base.js
@@ -10,6 +10,9 @@ module.exports = (api, options) => {
10
const isLegacyBundle = process.env.VUE_CLI_MODERN_MODE && !process.env.VUE_CLI_MODERN_BUILD
11
const resolveLocal = require('../util/resolveLocal')
12
13
+ // https://github.com/webpack/webpack/issues/14532#issuecomment-947525539
14
+ webpackConfig.output.set('hashFunction', 'xxhash64')
15
+
16
// https://github.com/webpack/webpack/issues/11467#issuecomment-691873586
17
webpackConfig.module
18
.rule('esm')
0 commit comments