1 Star 0 Fork 1

jason918/qcomd

forked from nsyouran/qcomd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vite.config.ts 568 Bytes
一键复制 编辑 原始数据 按行查看 历史
nsyouran 提交于 2023-05-30 14:13 . init
import { fileURLToPath, URL } from 'node:url'
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
base: './',
server: {
port: 8001,
host: '0.0.0.0'
},
plugins: [vue()],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
},
build: {
rollupOptions: {
output: {
entryFileNames: `assets/[name].js`,
chunkFileNames: `assets/[name].js`,
assetFileNames: `assets/[name].[ext]`
}
}
}
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jason918/qcomd.git
git@gitee.com:jason918/qcomd.git
jason918
qcomd
qcomd
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385