2 Star 24 Fork 7

简言/TinyShop-UniApp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vite.config.ts 543 Bytes
一键复制 编辑 原始数据 按行查看 历史
简言Pro 提交于 2023-08-01 10:07 . 3.0初始化
import { defineConfig } from 'vite';
import { resolve } from 'path';
import uni from '@dcloudio/vite-plugin-uni';
function pathResolve(dir: string) {
return resolve(process.cwd(), '.', dir);
}
// https://vitejs.dev/config/
export default defineConfig({
plugins: [uni()],
// build: {
// minify: 'terser',
// terserOptions: {
// compress: {
// drop_console: false
// }
// }
// },
resolve: {
alias: [
{
find: /\/@\//,
replacement: pathResolve('src') + '/'
}
]
}
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jianyan94/TinyShop-UniApp.git
git@gitee.com:jianyan94/TinyShop-UniApp.git
jianyan94
TinyShop-UniApp
TinyShop-UniApp
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385