chore: webpack config optimized

This commit is contained in:
Nishchit Dhanani
2023-08-02 16:18:56 +05:30
parent ed165a77e9
commit 63f2febdca
9 changed files with 163 additions and 109 deletions

View File

@@ -36,10 +36,8 @@ if (
process.exit();
}
const preBuildCliCommands = async () => {
// pre conditions can be validated here
return Promise.resolve();
};
// pre conditions can be validated here
const preBuildCliCommands = async () => Promise.resolve();
if ([Environment.Production, Environment.Staging].includes(env)) {
try {