We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba0a3a commit d54bddaCopy full SHA for d54bdda
1 file changed
webpack.config.js
@@ -92,7 +92,7 @@ module.exports = {
92
test: /\.(mp3)$/,
93
type: "asset/resource",
94
generator: {
95
- filename: "media/aud/[name][contenthash:8][ext]",
+ filename: "media/aud/[name][ext]",
96
},
97
98
// Font support
0 commit comments