1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-06-02 18:31:44 +08:00

Fix: #1 This dependency was not found: * svg-baker-runtime/browser-symbol in ./src/icons/svg/404.svg

"svg-sprite-loader": "6.0.11",

Signed-off-by: snowdream <sn0wdr1am@qq.com>
This commit is contained in:
snowdream 2023-02-26 21:03:16 +08:00
parent 0caa975ee2
commit ec6a61cd83
No known key found for this signature in database
GPG Key ID: 2D2BCE9C9ABA9BFC

View File

@ -68,7 +68,7 @@
"sass-loader": "8.0.2",
"script-ext-html-webpack-plugin": "2.1.3",
"serve-static": "1.13.2",
"svg-sprite-loader": "4.1.3",
"svg-sprite-loader": "6.0.11",
"svgo": "1.2.0",
"vue-template-compiler": "2.6.10"
},