fix
This commit is contained in:
parent
1c5df21cbb
commit
58e7059647
|
|
@ -17,7 +17,7 @@ export const parcelBuild = async () => {
|
||||||
),
|
),
|
||||||
g.mode === "dev" ? "watch" : "build",
|
g.mode === "dev" ? "watch" : "build",
|
||||||
"./src/index.html",
|
"./src/index.html",
|
||||||
g.mode === "dev" ? "--no-hmr" : "",
|
g.mode === "dev" ? "--no-hmr" : "--no-optimize",
|
||||||
"--dist-dir",
|
"--dist-dir",
|
||||||
dir.path(`app/static`),
|
dir.path(`app/static`),
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue