Skip to content

Commit 5a9c901

Browse files
[fix]vue-loader版本固定,template语法es6+解析问题
1 parent 9b37465 commit 5a9c901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@turf/transform-scale": "^5.1.5",
4141
"@types/geojson": "^7946.0.7",
4242
"@types/leaflet": "1.9.8",
43-
"@types/lodash":"~4.14.167",
43+
"@types/lodash": "~4.14.167",
4444
"@types/mapbox-gl": "^1.12.1",
4545
"@types/node": "^12.0.3",
4646
"@types/three": "0.129.0",
@@ -222,7 +222,7 @@
222222
"vue-class-component": "^7.2.6",
223223
"vue-eslint-parser": "^7.6.0",
224224
"vue-jest": "^3.0.2",
225-
"vue-loader": "^15.5.1",
225+
"vue-loader": "15.5.1",
226226
"vue-style-loader": "^4.1.2",
227227
"vuepress": "^1.0.3",
228228
"webpack": "^4.35.3",

0 commit comments

Comments
 (0)