We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4fe3a commit 5d6b9d3Copy full SHA for 5d6b9d3
packages/@vue/cli-service/lib/config/assets.js
@@ -5,7 +5,7 @@ module.exports = (api, options) => {
5
const genAssetSubPath = dir => {
6
return getAssetPath(
7
options,
8
- `${dir}/[name]${options.filenameHashing ? '.[hash:8]' : ''}.[ext]`
+ `${dir}/[name]${options.filenameHashing ? '.[hash:8]' : ''}[ext]`
9
)
10
}
11
0 commit comments