fix(core): update

This commit is contained in:
2024-01-09 11:27:52 +01:00
parent 7e2a4725a5
commit 89251ad3e7
5 changed files with 13 additions and 9 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tswatch',
version: '2.0.19',
version: '2.0.20',
description: 'watch typescript projects during development'
}

View File

@ -48,6 +48,8 @@ export class TsWatch {
injectReload: true,
serveDir: plugins.path.join(paths.cwd, './dist_watch/'),
port: 3002,
enableCompression: true,
preferredCompressionMethod: 'gzip',
});
const bundleAndReloadElement = async () => {