YaolongHan 4 năm trước cách đây
mục cha
commit
2b15977714
2 tập tin đã thay đổi với 7 bổ sung2 xóa
  1. 2 2
      package.json
  2. 5 0
      vue.config.js

+ 2 - 2
package.json

@@ -12,9 +12,9 @@
     "dependencies": {
         "@mapbox/geojson-merge": "^1.1.1",
         "@saga-web/base": "2.1.24",
-        "@saga-web/big": "1.0.93",
+        "@saga-web/big": "1.0.95",
         "@saga-web/draw": "2.1.105",
-        "@saga-web/feng-map": "1.0.28",
+        "@saga-web/feng-map": "1.0.29",
         "@saga-web/graph": "2.1.117",
         "ant-design-vue": "^1.4.10",
         "axios": "^0.19.2",

+ 5 - 0
vue.config.js

@@ -70,4 +70,9 @@ module.exports = {
     outputDir: 'wandaBmGuide',
     // 放置生成的静态资源 (js、css、img、fonts) 的 (相对于 outputDir 的) 目录
     assetsDir: 'static',
+    transpileDependencies: [
+        '@saga-web', // 指定对第三方依赖包进行babel-polyfill处理
+        "@ant-design",
+        "element-ui"
+    ]
 }