Commit f785a9d3 by pangchong

feat: 删除没用的引用

parent 4ceec13a
......@@ -14,8 +14,6 @@ import path from 'path'
import { arcoUiConfig } from './src/configs/arco.ui.config.ts'
// @ts-ignore
import appDefine from './project.app.config'
// @ts-ignore
import { API_URL } from './project.app.config'
// https://vitejs.dev/config/
export default defineConfig({
......@@ -62,7 +60,7 @@ export default defineConfig({
resolve: {
alias: {
'@': resolve('src'),
'AnyR': resolve(__dirname, 'anyremote')
AnyR: resolve(__dirname, 'anyremote')
}
},
base: './', // 打包路径
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment