Skip to content

Commit dddf033

Browse files
committed
Revert changes to build.mjs
1 parent 54ae8ba commit dddf033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const OUT_DIR = join(__dirname, "lib");
1313

1414
/**
1515
* Clean the output directory before building.
16-
*
16+
*
1717
* @type {esbuild.Plugin}
1818
*/
1919
const cleanPlugin = {
@@ -27,7 +27,7 @@ const cleanPlugin = {
2727

2828
/**
2929
* Copy defaults.json to the output directory since other projects depend on it.
30-
*
30+
*
3131
* @type {esbuild.Plugin}
3232
*/
3333
const copyDefaultsPlugin = {

0 commit comments

Comments
 (0)