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(() => ({
|
export default defineConfig(() => ({
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
|
build: {
|
||||||
|
outDir: './build',
|
||||||
|
},
|
||||||
esbuild: {
|
esbuild: {
|
||||||
loader: "jsx",
|
loader: "jsx",
|
||||||
include: /src\/.*\.jsx?$/,
|
include: /src\/.*\.jsx?$/,
|
||||||
|
|||||||
Reference in New Issue
Block a user