We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cffe79 commit c4b90afCopy full SHA for c4b90af
index.js
@@ -59,17 +59,6 @@ module.exports = (api, options) => {
59
chain.module.rule('vue').use('vue-loader').tap(options => ({
60
...options,
61
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
- },
73
options.transformAssetUrls || {},
74
transformAssetUrls
75
)
0 commit comments