We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ae8ba commit dddf033Copy full SHA for dddf033
build.mjs
@@ -13,7 +13,7 @@ const OUT_DIR = join(__dirname, "lib");
13
14
/**
15
* Clean the output directory before building.
16
- *
+ *
17
* @type {esbuild.Plugin}
18
*/
19
const cleanPlugin = {
@@ -27,7 +27,7 @@ const cleanPlugin = {
27
28
29
* Copy defaults.json to the output directory since other projects depend on it.
30
31
32
33
const copyDefaultsPlugin = {
0 commit comments