mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 07:36:39 +08:00
修改小提示
This commit is contained in:
parent
0a6c36441c
commit
9347933774
@ -11,7 +11,7 @@ console.log("[Next] build mode", mode);
|
|||||||
|
|
||||||
const disableChunk = !!process.env.DISABLE_CHUNK || mode === "export";
|
const disableChunk = !!process.env.DISABLE_CHUNK || mode === "export";
|
||||||
// const disableChunk = true;
|
// const disableChunk = true;
|
||||||
console.log("[Next] build with chunk: ", disableChunk);
|
console.log("[Next] build with chunk: ", !disableChunk);
|
||||||
|
|
||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
// const isProd = process.env.NODE_ENV === 'production'
|
// const isProd = process.env.NODE_ENV === 'production'
|
||||||
|
Loading…
Reference in New Issue
Block a user