Skip to content

Commit 08a7aad

Browse files
committed
fix: loader SVG fail
1 parent 4e79fe0 commit 08a7aad

File tree

3 files changed

+185
-44
lines changed

3 files changed

+185
-44
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
"prepare": "husky install"
1515
},
1616
"dependencies": {
17-
"@ant-design-vue/pro-layout": "^1.0.11",
17+
"@ant-design-vue/pro-layout": "^1.0.12",
1818
"@antv/data-set": "^0.10.2",
1919
"ant-design-vue": "^1.7.8",
2020
"axios": "^0.26.1",
21+
"babel-loader": "8",
2122
"core-js": "^3.21.1",
2223
"enquire.js": "^2.1.6",
2324
"lodash.clonedeep": "^4.5.0",
@@ -36,6 +37,7 @@
3637
"vue-quill-editor": "^3.0.6",
3738
"vue-router": "^3.5.3",
3839
"vue-svg-component-runtime": "^1.0.1",
40+
"vue-template-compiler": "^2.6.14",
3941
"vuex": "^3.6.2",
4042
"wangeditor": "^3.1.1"
4143
},
@@ -76,7 +78,7 @@
7678
"stylelint-config-standard": "^25.0.0",
7779
"stylelint-order": "^5.0.0",
7880
"vue-svg-icon-loader": "^2.1.1",
79-
"vue-template-compiler": "^2.6.14",
81+
"vue-svg-loader": "0.16.0",
8082
"webpack-theme-color-replacer": "^1.3.26"
8183
},
8284
"config": {

0 commit comments

Comments
 (0)