fix(core): update

This commit is contained in:
Philipp Kunz 2020-03-13 18:19:00 +00:00
parent 35ee69981d
commit a8254e6962

View File

@ -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;