⚡ 📺 tsc-alias
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
/** Use Hot Module replacement by adding --watch to the start command */
|
||||
//const hmr = process.argv.includes("--watch");
|
||||
const [ mode ] = process.argv.slice(2);
|
||||
const target = mode === "src" // OR "dist"
|
||||
const target = mode !== "dist" // OR "src"
|
||||
? {
|
||||
rootDir: ".",
|
||||
appIndex: "./index.html",
|
||||
|
||||
Reference in New Issue
Block a user