fix(dependencies): Update smartfile dependency and fix spacing issue in assets module

This commit is contained in:
2025-01-29 18:14:59 +01:00
parent 704a3d1948
commit 8a0095f90a
5 changed files with 25 additions and 19 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsbundle',
version: '2.2.1',
version: '2.2.2',
description: 'a bundler using rollup for painless bundling of web projects'
}

View File

@@ -32,7 +32,7 @@ export class AssetsHandler {
// lets clean theh target directory
plugins.smartfile.fs.ensureEmptyDir(optionsArg.to);
plugins.smartfile.fs.copySync(optionsArg.from, optionsArg.to);
}
}