mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-12 03:13:41 +08:00
Fix faulty outdir
This commit is contained in:
@@ -5,6 +5,9 @@ import fs from 'fs/promises';
|
||||
|
||||
export default defineConfig(() => ({
|
||||
plugins: [react()],
|
||||
build: {
|
||||
outDir: './build',
|
||||
},
|
||||
esbuild: {
|
||||
loader: "jsx",
|
||||
include: /src\/.*\.jsx?$/,
|
||||
|
||||
Reference in New Issue
Block a user