Skip to content

Commit

Permalink
bugfix: 修复图片引用路径的问题 (TencentBlueKing#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
luofann authored and pagezz-canway committed Apr 12, 2019
1 parent 82a1f64 commit e67c001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/blueflow/builds/webpack.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ module.exports = {
loader: 'url-loader',
options: {
limit: 10000,
name: path.posix.join('/images/[name].[ext]')
name: path.posix.join('images/[name].[ext]')
}
},
{
Expand Down

0 comments on commit e67c001

Please sign in to comment.