From a15810c1953df43084402aeda190aff8b580c0a8 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 10 Mar 2022 15:52:16 +0100 Subject: [PATCH] fix(core): update --- ts/parcel.classes.parcel.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/parcel.classes.parcel.ts b/ts/parcel.classes.parcel.ts index 3d2e843..f8b97a8 100644 --- a/ts/parcel.classes.parcel.ts +++ b/ts/parcel.classes.parcel.ts @@ -26,7 +26,8 @@ export class Parcel { }, serveOptions: { port: 3002 - } + }, + shouldAutoInstall: true }; public entryFiles: string | string[] = plugins.path.join(process.cwd(), './html/index.html');