From bdd3e56bb1a1585435c768bbca41cd4fe8d43892 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 25 Aug 2024 10:32:08 +0200 Subject: [PATCH] Make the build script also copy hidden directories in assets directory. --- esbuild.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/esbuild.config.js b/esbuild.config.js index cdc5279..f7215db 100644 --- a/esbuild.config.js +++ b/esbuild.config.js @@ -142,6 +142,9 @@ esbuild.build({ assets: { from: ["./assets/**/*"], to: ["./dist"], + }, + globbyOptions: { + dot: true } }), esbuildCopyPlugin.copy({