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');