Skip to content

Commit e942101

Browse files
authored
Update config.prod.js
1 parent d689b65 commit e942101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack/config.prod.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ module.exports = {
100100
test: /\.(png)$/,
101101
type: 'asset/resource',
102102
generator: {
103-
filename: 'images/[name][ext]'
103+
filename: 'images/[name].[ext]'
104104
}
105105
},
106106
{

0 commit comments

Comments
 (0)