Skip to content

Commit ac1b4fd

Browse files
authored
Merge pull request #37 from ZweiZhao/patch-1
音频资源打包后多了个“]”
2 parents 14862e0 + 95e03c3 commit ac1b4fd

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)