Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert changes to build.mjs
  • Loading branch information
mario-campos committed Oct 2, 2025
commit dddf033776a9a0e008719a5c64a93dcac144838f
4 changes: 2 additions & 2 deletions build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const OUT_DIR = join(__dirname, "lib");

/**
* Clean the output directory before building.
*
*
* @type {esbuild.Plugin}
*/
const cleanPlugin = {
Expand All @@ -27,7 +27,7 @@ const cleanPlugin = {

/**
* Copy defaults.json to the output directory since other projects depend on it.
*
*
* @type {esbuild.Plugin}
*/
const copyDefaultsPlugin = {
Expand Down
Loading