From a8254e696291b97b6ee0f7cfdaae4ad21b6c3070 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 13 Mar 2020 18:19:00 +0000 Subject: [PATCH] fix(core): update --- ts/tswatch.classes.tswatch.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ts/tswatch.classes.tswatch.ts b/ts/tswatch.classes.tswatch.ts index fe1ac23..19900ef 100644 --- a/ts/tswatch.classes.tswatch.ts +++ b/ts/tswatch.classes.tswatch.ts @@ -42,11 +42,6 @@ export class TsWatch { console.log( 'bundling TypeScript files to "dist_watch" Note: This is for development only!' ); - this.smartserve = new plugins.smartserve.SmartServe({ - port: 3001, - injectReload: true, - serveDir: plugins.path.join(paths.cwd, './dist_watch/') - }); const parcel = new Parcel(); await parcel.start(); break;