mirror of
https://github.com/LukeHagar/firecamp.git
synced 2025-12-10 04:19:54 +00:00
chore: webpack config optimized
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user