6 Star 29 Fork 5

Gitee 极速下载 / chinese-colors

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/zerosoul/chinese-colors
克隆/下载
vite.config.js 325 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tristan Yang 提交于 2022-11-03 11:10 . refactor: build with vite
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
import pkg from './package.json';
// https://vitejs.dev/config/
export default defineConfig({
base: new URL(pkg.homepage).pathname,
server: {
port: 3006,
},
esbuild: {
drop: ['console', 'debugger'],
},
plugins: [react()],
});
JavaScript
1
https://gitee.com/mirrors/chinese-colors.git
git@gitee.com:mirrors/chinese-colors.git
mirrors
chinese-colors
chinese-colors
master

搜索帮助