From 1b6e37883ebca2bed645afa0c5451cd9cb5bea62 Mon Sep 17 00:00:00 2001 From: "Hung-Han (Henry) Chen" <1474479+chenhunghan@users.noreply.github.com> Date: Thu, 3 Dec 2020 15:21:43 +0800 Subject: [PATCH] Remove library:'' as webpack throws configuration[0].output.library should be an non-empty string Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com> --- webpack.renderer.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.renderer.ts b/webpack.renderer.ts index fd914f751e..755fbe2903 100755 --- a/webpack.renderer.ts +++ b/webpack.renderer.ts @@ -38,7 +38,6 @@ export function webpackLensRenderer({ showVars = true } = {}): webpack.Configura }, output: { libraryTarget: "global", - library: "", globalObject: "this", publicPath, path: buildDir,