We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e942101 commit f106d95Copy full SHA for f106d95
webpack/config.dev.js
@@ -85,7 +85,7 @@ module.exports = {
85
test: /\.(png)$/,
86
type: 'asset/resource',
87
generator: {
88
- filename: 'images/[name][ext]'
+ filename: 'images/[name].[ext]'
89
}
90
},
91
{
0 commit comments