This commit is contained in:
Rizky 2024-07-17 02:39:52 +07:00
parent 1c5df21cbb
commit 58e7059647
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export const parcelBuild = async () => {
),
g.mode === "dev" ? "watch" : "build",
"./src/index.html",
g.mode === "dev" ? "--no-hmr" : "",
g.mode === "dev" ? "--no-hmr" : "--no-optimize",
"--dist-dir",
dir.path(`app/static`),
];