Skip to content

Commit c4b90af

Browse files
committed
fix: duplicated transformAssetUrls #49
1 parent 9cffe79 commit c4b90af

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

index.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,6 @@ module.exports = (api, options) => {
5959
chain.module.rule('vue').use('vue-loader').tap(options => ({
6060
...options,
6161
transformAssetUrls: merge(
62-
{
63-
base: null,
64-
includeAbsolute: false,
65-
tags: {
66-
video: ['src', 'poster'],
67-
source: ['src'],
68-
img: ['src'],
69-
image: ['xlink:href', 'href'],
70-
use: ['xlink:href', 'href']
71-
}
72-
},
7362
options.transformAssetUrls || {},
7463
transformAssetUrls
7564
)

0 commit comments

Comments
 (0)