Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
revolvermann76 committed Feb 7, 2024
1 parent 97cb25e commit d2b9673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const copyPlugin = () => ({
"main.js",
"styles.css"
];

createDirectoryIfNotExists(pathOut);
for (let i = 0; i < files.length; i++) {
try {
Expand Down

0 comments on commit d2b9673

Please sign in to comment.