Skip to content

Commit 95e03c3

Browse files
authored
音频资源打包后多了个“]”
音频资源打包后多了个“]”,已协助删除。
1 parent 14862e0 commit 95e03c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/build/webpack.base.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ module.exports = {
9494
loader: 'url-loader',
9595
options: {
9696
limit: 10000,
97-
name: utils.assetsPath('media/[name]].[ext]')
97+
name: utils.assetsPath('media/[name].[ext]')
9898
}
9999
},
100100
{

0 commit comments

Comments
 (0)