Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 24, 2023
1 parent 24ca6b2 commit 7d7a111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions Configuration/ESBuild.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
declare const _default: {
format: "esm";
minify: true;
outdir: string;
bundle: true;
platform: "browser";
target: string[];
plugins: import("esbuild").Plugin[];
};
declare const _default: Type;
export default _default;
2 changes: 1 addition & 1 deletion Configuration/ESBuild.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { PluginBuild, BuildOptions as Type } from "esbuild";
import type { PluginBuild, BuildOptions } from "esbuild";

import { copy as Copy } from "esbuild-plugin-copy";
import { rm as Remove } from "fs/promises";
Expand Down

0 comments on commit 7d7a111

Please sign in to comment.