Browse Source

!114 修复 debugger 位置异常
Merge pull request !114 from 黄爱武/hotfix/sourcemap_debugger

芋道源码 1 year ago
parent
commit
ecdaf84b24
2 changed files with 2 additions and 1 deletions
  1. 1 1
      build/vite/index.ts
  2. 1 0
      package.json

+ 1 - 1
build/vite/index.ts

@@ -13,7 +13,7 @@ import Components from 'unplugin-vue-components/vite'
 import { ElementPlusResolver } from 'unplugin-vue-components/resolvers'
 import viteCompression from 'vite-plugin-compression'
 import topLevelAwait from 'vite-plugin-top-level-await'
-import vueSetupExtend from 'vite-plugin-vue-setup-extend'
+import vueSetupExtend from 'vite-plugin-vue-setup-extend-plus'
 import VueI18nPlugin from '@intlify/unplugin-vue-i18n/vite'
 import { createSvgIconsPlugin } from 'vite-plugin-svg-icons'
 

+ 1 - 0
package.json

@@ -63,6 +63,7 @@
     "steady-xml": "^0.1.0",
     "url": "^0.11.0",
     "video.js": "^8.0.4",
+    "vite-plugin-vue-setup-extend-plus": "^0.1.0",
     "vue": "3.2.47",
     "vue-i18n": "9.2.2",
     "vue-router": "^4.1.6",