1 Star 0 Fork 159

唐国海/Bim3dEditor

forked from songmy/Bim3dEditor 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
vite.config.js 382 Bytes
Copy Edit Raw Blame History
songmy authored 2024-03-14 18:51 . new version
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import path from 'path'
import svgr from 'vite-plugin-svgr'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
react(),
svgr({
exportAsDefault: true
})
],
base: './',
resolve: {
alias: [
{
find: '@',
replacement: path.resolve(__dirname, 'src')
}
]
}
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/tgh621/bim3d-editor.git
git@gitee.com:tgh621/bim3d-editor.git
tgh621
bim3d-editor
Bim3dEditor
master

Search