update ZR.Vue/package.json.

开发依赖增加了webpack-bundle-analyzer插件,分析打包后的js文件

Signed-off-by: xbzhu <5430389+xbzhu@user.noreply.gitee.com>
This commit is contained in:
xbzhu 2023-08-03 09:07:37 +00:00 committed by Gitee
parent 78a743d6b7
commit cf0559c5d9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -66,7 +66,8 @@
"sass-loader": "10.1.0",
"script-ext-html-webpack-plugin": "2.1.3",
"svg-sprite-loader": "4.1.3",
"vue-template-compiler": "2.6.12"
"vue-template-compiler": "2.6.12",
"webpack-bundle-analyzer": "^4.5.0"
},
"engines": {
"node": ">=8.9",