Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 20, 2023
1 parent 9508d5f commit d07b3d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Source/Configuration/ESBuild.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import type { PluginBuild as Build, BuildOptions as Option } from "esbuild";
import { copy as Copy } from "esbuild-plugin-copy";
import {
access as Access,
constants as Constant,
mkdir as Make,
rm as Remove,
} from "fs/promises";

Expand All @@ -25,7 +22,9 @@ export default {
await Remove(Out, {
recursive: true,
});
} catch (_Error) {}
} catch (_Error) {
console.log(_Error);
}
});
},
},
Expand Down
2 changes: 1 addition & 1 deletion Target/Configuration/ESBuild.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d07b3d7

Please sign in to comment.