From 054a2152a1ee226ddd22851b784cd97036c74051 Mon Sep 17 00:00:00 2001 From: Pascal Glaser Date: Mon, 30 Dec 2024 18:26:18 +0100 Subject: [PATCH] Fixes --- src/webpack/WebpackConfigFactory.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webpack/WebpackConfigFactory.ts b/src/webpack/WebpackConfigFactory.ts index 6e088fd..48ed7f4 100644 --- a/src/webpack/WebpackConfigFactory.ts +++ b/src/webpack/WebpackConfigFactory.ts @@ -126,6 +126,7 @@ export class WebpackConfigFactory { filename: 'package.' + browser + '.zip', path: path.join(__dirname, '../../') } + // @ts-ignore config.plugins.push(new ZipPlugin(zip_options)) } }